diff -r e074358157f4 -r ed79209469ad src/eric7/DebugClients/Python/coverage/doc/README.rst --- a/src/eric7/DebugClients/Python/coverage/doc/README.rst Sat Oct 01 17:30:55 2022 +0200 +++ b/src/eric7/DebugClients/Python/coverage/doc/README.rst Sat Oct 01 17:37:10 2022 +0200 @@ -17,7 +17,8 @@ | |test-status| |quality-status| |docs| |metacov| | |kit| |downloads| |format| |repos| | |stars| |forks| |contributors| -| |tidelift| |sponsor| |twitter-coveragepy| |twitter-nedbat| +| |tidelift| |core-infrastructure| |open-ssf| +| |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 @@ -27,7 +28,7 @@ .. PYVERSIONS -* CPython 3.7 through 3.11.0b4. +* CPython 3.7 through 3.11.0 rc2. * PyPy3 7.3.8. Documentation is on `Read the Docs`_. Code repository and issue tracker are on @@ -77,6 +78,16 @@ .. _change history page: https://coverage.readthedocs.io/en/latest/changes.html +Code of Conduct +--------------- + +Everyone participating in the coverage.py project is expected to treat other +people with respect and to follow the guidelines articulated in the `Python +Community Code of Conduct`_. + +.. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/ + + Contributing ------------ @@ -157,3 +168,9 @@ .. |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 +.. |open-ssf| image:: https://api.securityscorecards.dev/projects/github.com/nedbat/coveragepy/badge + :target: https://deps.dev/pypi/coverage + :alt: OpenSSF Scorecard