diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-03-13 15:07:57 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-03-13 15:07:57 -0400 |
commit | 56ad87a713107eaef9004714a536e10c00b54fc1 (patch) | |
tree | 645586ba46766a598e4d517f9e7eae33dded248e /README.rst | |
parent | 365d7cb03d65ae5c830c3c97a2471478988695f1 (diff) | |
download | python-coveragepy-git-56ad87a713107eaef9004714a536e10c00b54fc1.tar.gz |
docs: a GitHub sponsors badge in the README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,7 +11,7 @@ Code coverage testing for Python. | |test-status| |quality-status| |docs| |metacov| | |kit| |downloads| |format| |repos| | |stars| |forks| |contributors| -| |tidelift| |twitter-coveragepy| |twitter-nedbat| +| |tidelift| |sponsor| |twitter-coveragepy| |twitter-nedbat| Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard @@ -148,3 +148,6 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. .. |twitter-nedbat| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF :target: https://twitter.com/nedbat :alt: nedbat on Twitter +.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub + :target: https://github.com/sponsors/nedbat + :alt: Sponsor me on GitHub |