From a39742e9915015e80d9b50c7352ccd67e73a3f44 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 27 Nov 2015 12:31:54 +0100 Subject: [PATCH] Add badges to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f232b5d..36934a5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/gergelypolonkai/word-challenge.svg?branch=master)](https://travis-ci.org/gergelypolonkai/word-challenge) +[![codecov.io](https://codecov.io/github/gergelypolonkai/word-challenge/coverage.svg?branch=master)](https://codecov.io/github/gergelypolonkai/word-challenge?branch=master) + 100(ish) words challenge ======================== @@ -10,4 +13,4 @@ limit. They can then share their work via the site, so other users can vote for it (if it represents the word by any means). The project aims to run on Heroku, but testing is done for both Python -2.7 (because of Heroku) and Python 3.4 (because we can). \ No newline at end of file +2.7 (because of Heroku) and Python 3.4 (because we can).