From b4f7e9f9aa40381400893748c1763d4e23a7f1a4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 30 Aug 2015 12:43:19 -0400 Subject: Kind of going nuts with badges --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.1