diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 22:15:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 22:15:17 -0400 |
commit | afb8fa5a24eafbc8618998b5b127a2fb2690298f (patch) | |
tree | e6c5524d45c55387ec647d34e11e3d2b572f0cab | |
parent | c3308f04544e42b8596db75e72063bc5a5cff5c8 (diff) | |
download | python-coveragepy-git-afb8fa5a24eafbc8618998b5b127a2fb2690298f.tar.gz |
Add a badge for monthly PyPI downloads
-rw-r--r-- | README.rst | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |