summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index fb3fb691..89af1ba1 100644
--- a/README.rst
+++ b/README.rst
@@ -7,13 +7,11 @@ Coverage.py
Code coverage testing for Python.
-| |license| |versions| |status| |docs|
-| |ci-status| |win-ci-status| |codecov|
+| |license| |versions| |status|
+| |ci-status| |win-ci-status| |docs| |codecov|
| |kit| |format| |repos|
| |saythanks|
-.. 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
library to determine which lines are executable, and which have been executed.