summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-23 07:55:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-23 07:55:40 -0400
commit774e65df7d1b4274b221905df14c1038b8d2a465 (patch)
tree7cb2575671b8cab5e3c487535addbc813d1b0ea5
parentbbf251638cb5c324fd3e3567372711c63d2cae78 (diff)
downloadpython-coveragepy-git-774e65df7d1b4274b221905df14c1038b8d2a465.tar.gz
Other badge clean-up
-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.