diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-17 16:30:26 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-17 16:30:26 -0400 |
commit | e3ca0dab1bdbca781db9edaf1d36906e2340dc9d (patch) | |
tree | 792416babb27309851381460b2dc4943eea6124c | |
parent | c71af3c61290230d407495b3845bcf51b4dd6bf1 (diff) | |
download | python-coveragepy-git-e3ca0dab1bdbca781db9edaf1d36906e2340dc9d.tar.gz |
Rearrange badges
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |