diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-01 14:12:10 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-01 14:12:10 -0400 |
commit | f9c56567008f2539a075329d04f33ccb59d6eab3 (patch) | |
tree | 2a527be3193331057a2bf25cc2e690917938516c | |
parent | fcb782df20dee25944f27a8a3104e8d5d150c249 (diff) | |
download | python-coveragepy-git-f9c56567008f2539a075329d04f33ccb59d6eab3.tar.gz |
docs: add a core infrastructure initiative badge to the readme
-rw-r--r-- | README.rst | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -17,7 +17,8 @@ Code coverage testing for Python. | |test-status| |quality-status| |docs| |metacov| | |kit| |downloads| |format| |repos| | |stars| |forks| |contributors| -| |tidelift| |sponsor| |twitter-coveragepy| |twitter-nedbat| +| |tidelift| |core-infrastructure| +| |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 @@ -157,3 +158,6 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_. .. |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 +.. |core-infrastructure| image:: https://bestpractices.coreinfrastructure.org/projects/6412/badge + :target: https://bestpractices.coreinfrastructure.org/projects/6412 + :alt: Core Infrastructure Initiative: passing |