summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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