diff -r fb9351497cea -r 0e511e0e94a3 eric7/DebugClients/Python/coverage/doc/README.rst --- a/eric7/DebugClients/Python/coverage/doc/README.rst Tue May 24 10:22:46 2022 +0200 +++ b/eric7/DebugClients/Python/coverage/doc/README.rst Tue May 24 11:00:52 2022 +0200 @@ -7,11 +7,17 @@ Code coverage testing for Python. +.. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg + :target: https://vshymanskyy.github.io/StandWithUkraine + :alt: Stand with Ukraine + +------------- + | |license| |versions| |status| | |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 @@ -21,7 +27,7 @@ .. PYVERSIONS -* CPython 3.7 through 3.11.0a4. +* CPython 3.7 through 3.11.0b1. * PyPy3 7.3.8. Documentation is on `Read the Docs`_. Code repository and issue tracker are on @@ -148,3 +154,6 @@ .. |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