diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-21 06:49:24 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-11-21 06:49:24 -0500 |
commit | a0a839f76709d79002e671620f8a0140a823a047 (patch) | |
tree | 30c6c662694c95e0cf0cbcc2b63a6a856cdd7762 | |
parent | 4b428fa48eb67a111ee30ad9e94c07678d00e418 (diff) | |
download | python-coveragepy-git-a0a839f76709d79002e671620f8a0140a823a047.tar.gz |
More badge fun
-rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,7 @@ Code coverage testing for Python. | |license| |versions| |status| |docs| | |ci-status| |win-ci-status| |codecov| | |kit| |format| |commits-since| +| |saythanks| .. downloads badge seems to be broken... |downloads| @@ -80,3 +81,8 @@ For details, see https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt. :target: http://codecov.io/github/nedbat/coveragepy?branch=master :alt: Coverage! .. |commits-since| image:: https://img.shields.io/github/commits-since/nedbat/coveragepy/coverage-4.2.svg + :target: https://github.com/nedbat/coveragepy/compare/coverage-4.2...master + :alt: See latest work +.. |saythanks| image:: https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg + :target: https://saythanks.io/to/nedbat + :alt: Say thanks :) |