summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 0a95e9f..db3a207 100644
--- a/README.rst
+++ b/README.rst
@@ -7,8 +7,9 @@ Coverage.py
Code coverage testing for Python.
+| |license| |versions| |docs|
| |ci-status| |win-ci-status| |reqs| |codecov|
-| |kit| |format| |downloads| |versions| |status| |license| |docs|
+| |kit| |format| |downloads| |status|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard