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
commit94e4fa78d33ad26aa9ae7806f1686c1314df28e6 (patch)
tree6ff15e7a414cf491393b4f1643e7c1efca0cb76e /README.rst
parentba5cd94510b9d9a0018cae3985d277a1b4b186e9 (diff)
downloadpython-coveragepy-git-94e4fa78d33ad26aa9ae7806f1686c1314df28e6.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 e50d07f3..b4322842 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