From 94e4fa78d33ad26aa9ae7806f1686c1314df28e6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 17 Nov 2016 20:19:15 -0500 Subject: Don't show a broken downloads badge --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e50d07f3..b4322842 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,9 @@ Code coverage testing for Python. | |license| |versions| |status| |docs| | |ci-status| |win-ci-status| |codecov| -| |kit| |format| |downloads| +| |kit| |format| + +.. 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 -- cgit v1.2.1