diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-17 22:08:49 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-17 22:08:49 -0400 |
| commit | 0d6ce358311a3d64f90b8d24dfae0f406e2ff6c7 (patch) | |
| tree | 134408c6e8e9e267159446beeb2dd52ecd829162 | |
| parent | a89a80acdbfb4de75fda708560fc0c93b13cd80a (diff) | |
| download | python-coveragepy-0d6ce358311a3d64f90b8d24dfae0f406e2ff6c7.tar.gz | |
Badges are fun
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
