15 |
15 |
16 | |license| |versions| |status| |
16 | |license| |versions| |status| |
17 | |test-status| |quality-status| |docs| |metacov| |
17 | |test-status| |quality-status| |docs| |metacov| |
18 | |kit| |downloads| |format| |repos| |
18 | |kit| |downloads| |format| |repos| |
19 | |stars| |forks| |contributors| |
19 | |stars| |forks| |contributors| |
20 | |tidelift| |sponsor| |twitter-coveragepy| |twitter-nedbat| |
20 | |tidelift| |core-infrastructure| |open-ssf| |
|
21 | |sponsor| |twitter-coveragepy| |twitter-nedbat| |
21 |
22 |
22 Coverage.py measures code coverage, typically during test execution. It uses |
23 Coverage.py measures code coverage, typically during test execution. It uses |
23 the code analysis tools and tracing hooks provided in the Python standard |
24 the code analysis tools and tracing hooks provided in the Python standard |
24 library to determine which lines are executable, and which have been executed. |
25 library to determine which lines are executable, and which have been executed. |
25 |
26 |
26 Coverage.py runs on these versions of Python: |
27 Coverage.py runs on these versions of Python: |
27 |
28 |
28 .. PYVERSIONS |
29 .. PYVERSIONS |
29 |
30 |
30 * CPython 3.7 through 3.11.0b4. |
31 * CPython 3.7 through 3.11.0 rc2. |
31 * PyPy3 7.3.8. |
32 * PyPy3 7.3.8. |
32 |
33 |
33 Documentation is on `Read the Docs`_. Code repository and issue tracker are on |
34 Documentation is on `Read the Docs`_. Code repository and issue tracker are on |
34 `GitHub`_. |
35 `GitHub`_. |
35 |
36 |
155 :target: https://twitter.com/nedbat |
166 :target: https://twitter.com/nedbat |
156 :alt: nedbat on Twitter |
167 :alt: nedbat on Twitter |
157 .. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub |
168 .. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub |
158 :target: https://github.com/sponsors/nedbat |
169 :target: https://github.com/sponsors/nedbat |
159 :alt: Sponsor me on GitHub |
170 :alt: Sponsor me on GitHub |
|
171 .. |core-infrastructure| image:: https://bestpractices.coreinfrastructure.org/projects/6412/badge |
|
172 :target: https://bestpractices.coreinfrastructure.org/projects/6412 |
|
173 :alt: Core Infrastructure Initiative: passing |
|
174 .. |open-ssf| image:: https://api.securityscorecards.dev/projects/github.com/nedbat/coveragepy/badge |
|
175 :target: https://deps.dev/pypi/coverage |
|
176 :alt: OpenSSF Scorecard |