summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-17 22:08:49 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-17 22:08:49 -0400
commit0d6ce358311a3d64f90b8d24dfae0f406e2ff6c7 (patch)
tree134408c6e8e9e267159446beeb2dd52ecd829162 /README.rst
parenta89a80acdbfb4de75fda708560fc0c93b13cd80a (diff)
downloadpython-coveragepy-0d6ce358311a3d64f90b8d24dfae0f406e2ff6c7.tar.gz
Badges are fun
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index db3a207..a6512b7 100644
--- a/README.rst
+++ b/README.rst
@@ -7,9 +7,9 @@ Coverage.py
Code coverage testing for Python.
-| |license| |versions| |docs|
+| |license| |versions| |status| |docs|
| |ci-status| |win-ci-status| |reqs| |codecov|
-| |kit| |format| |downloads| |status|
+| |kit| |format| |downloads|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard