summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-15 21:48:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-15 21:48:42 -0400
commitd702ba2c9fe02b8ecddfc44092499cc65b326f99 (patch)
treeb43829f733cc44ce8ac600f2f590b6d5a481f6f6 /README.rst
parent29774a4523b27ecbb1b3a76c9a8ad0c1c548f650 (diff)
downloadpython-coveragepy-d702ba2c9fe02b8ecddfc44092499cc65b326f99.tar.gz
Codecov is working on travis
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f26216b..ad8ace3 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@ Coverage.py
Code coverage testing for Python.
-| |ci-status| |win-ci-status| |reqs|
+| |ci-status| |win-ci-status| |reqs| |codecov|
| |kit| |downloads| |docs|
Coverage.py measures code coverage, typically during test execution. It uses
@@ -56,3 +56,6 @@ For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt.
.. |downloads| image:: https://img.shields.io/pypi/dm/coverage.svg
:target: https://pypi.python.org/pypi/coverage
:alt: Monthly PyPI downloads
+.. |codecov| image:: http://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master
+ :target: http://codecov.io/github/nedbat/coveragepy?branch=master
+ :alt: Coverage!