summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-11-17 20:19:15 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-11-17 20:19:15 -0500
commit5142ded9a82712dfbaf09d988e8179f53188a8d9 (patch)
treec6ca9697b91e89c2f7db91d7caf3607a8ac43954 /README.rst
parent5e5407bc94f9f8828d2f814fb39934c0ce91f159 (diff)
downloadpython-coveragepy-5142ded9a82712dfbaf09d988e8179f53188a8d9.tar.gz
Don't show a broken downloads badge
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e50d07f..b432284 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,9 @@ Code coverage testing for Python.
| |license| |versions| |status| |docs|
| |ci-status| |win-ci-status| |codecov|
-| |kit| |format| |downloads|
+| |kit| |format|
+
+.. downloads badge seems to be broken... |downloads|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard