summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-04 22:15:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-04 22:15:17 -0400
commitafb8fa5a24eafbc8618998b5b127a2fb2690298f (patch)
treee6c5524d45c55387ec647d34e11e3d2b572f0cab
parentc3308f04544e42b8596db75e72063bc5a5cff5c8 (diff)
downloadpython-coveragepy-git-afb8fa5a24eafbc8618998b5b127a2fb2690298f.tar.gz
Add a badge for monthly PyPI downloads
-rw-r--r--README.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 0fa1cf78..cf4df7ff 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ Coverage.py
Code coverage testing for Python.
-|ci-status| |win-ci-status| |docs| |reqs| |kit|
+|ci-status| |win-ci-status| |docs| |reqs| |kit| |downloads|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
@@ -47,5 +47,8 @@ For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt.
:target: https://requires.io/github/nedbat/coveragepy/requirements/?branch=master
:alt: Requirements status
.. |kit| image:: https://badge.fury.io/py/coverage.svg
- :target: http://badge.fury.io/py/coverage
+ :target: https://pypi.python.org/pypi/coverage
:alt: PyPI status
+.. |downloads| image:: https://img.shields.io/pypi/dm/coverage.svg
+ :target: https://pypi.python.org/pypi/coverage
+ :alt: Monthly PyPI downloads