summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-01 14:12:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-01 14:12:10 -0400
commitf9c56567008f2539a075329d04f33ccb59d6eab3 (patch)
tree2a527be3193331057a2bf25cc2e690917938516c
parentfcb782df20dee25944f27a8a3104e8d5d150c249 (diff)
downloadpython-coveragepy-git-f9c56567008f2539a075329d04f33ccb59d6eab3.tar.gz
docs: add a core infrastructure initiative badge to the readme
-rw-r--r--README.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7d26c78d..654d2ed7 100644
--- a/README.rst
+++ b/README.rst
@@ -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