From c53bef5cdb9cd00cdc976918e1bf28c71f016019 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Thu, 21 Nov 2013 04:46:00 +0100 Subject: [PATCH] add coveralls badge to README, coveralls debugging --- .travis.yml | 4 +++- README.rst | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 810c9c9..56bc46f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,9 @@ install: - "pip install coveralls" env: SECRET_KEY=justfortravis script: "coverage run --source nsupdate --omit '*/migrations/*,*/_tests/*' -m py.test --pep8" -after_success: coveralls +after_success: + - coveralls debug + - coveralls notifications: email: recipients: diff --git a/README.rst b/README.rst index 9f768f7..d9fc9c2 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,9 @@ https://github.com/nsupdate-info/nsupdate.info .. image:: https://travis-ci.org/nsupdate-info/nsupdate.info.png :target: https://travis-ci.org/nsupdate-info/nsupdate.info +.. image:: https://coveralls.io/repos/nsupdate-info/nsupdate.info/badge.png + :target: https://coveralls.io/r/nsupdate-info/nsupdate.info + .. image:: https://badge.fury.io/py/nsupdate.png :target: http://badge.fury.io/py/nsupdate