summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-30 12:43:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-30 12:43:19 -0400
commitb4f7e9f9aa40381400893748c1763d4e23a7f1a4 (patch)
tree53ff88aa20994714266b5a5360aeef0731b68aae /README.rst
parentd33e2b8b9aaba37318ef167c1d58ceca6c9f89aa (diff)
downloadpython-coveragepy-b4f7e9f9aa40381400893748c1763d4e23a7f1a4.tar.gz
Kind of going nuts with badges
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9e961c0..4870897 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ Coverage.py
Code coverage testing for Python.
-|ci-status| |win-ci-status| |docs|
+|ci-status| |win-ci-status| |docs| |reqs| |kit|
Coverage.py measures code coverage, typically during test execution. It uses
the code analysis tools and tracing hooks provided in the Python standard
@@ -36,10 +36,16 @@ For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt.
.. |ci-status| image:: https://travis-ci.org/nedbat/coveragepy.svg?branch=master
:target: https://travis-ci.org/nedbat/coveragepy
- :alt: build status
+ :alt: Build status
.. |win-ci-status| image:: https://ci.appveyor.com/api/projects/status/bitbucket/ned/coveragepy?svg=true
:target: https://ci.appveyor.com/project/nedbat/coveragepy
:alt: Windows build status
.. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
:target: http://coverage.readthedocs.org
:alt: Documentation
+.. |reqs| image:: https://requires.io/github/nedbat/coveragepy/requirements.svg?branch=master
+ :target: https://requires.io/github/nedbat/coveragepy/requirements/?branch=master
+ :alt: Requirements status
+.. |kit| image:: https://badge.fury.io/py/coverage.svg
+ :target: http://badge.fury.io/py/coverage
+ :alt: PyPI status