5 Coverage.py |
5 Coverage.py |
6 =========== |
6 =========== |
7 |
7 |
8 Code coverage testing for Python. |
8 Code coverage testing for Python. |
9 |
9 |
|
10 .. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg |
|
11 :target: https://vshymanskyy.github.io/StandWithUkraine |
|
12 :alt: Stand with Ukraine |
|
13 |
|
14 ------------- |
|
15 |
10 | |license| |versions| |status| |
16 | |license| |versions| |status| |
11 | |test-status| |quality-status| |docs| |metacov| |
17 | |test-status| |quality-status| |docs| |metacov| |
12 | |kit| |downloads| |format| |repos| |
18 | |kit| |downloads| |format| |repos| |
13 | |stars| |forks| |contributors| |
19 | |stars| |forks| |contributors| |
14 | |tidelift| |twitter-coveragepy| |twitter-nedbat| |
20 | |tidelift| |sponsor| |twitter-coveragepy| |twitter-nedbat| |
15 |
21 |
16 Coverage.py measures code coverage, typically during test execution. It uses |
22 Coverage.py measures code coverage, typically during test execution. It uses |
17 the code analysis tools and tracing hooks provided in the Python standard |
23 the code analysis tools and tracing hooks provided in the Python standard |
18 library to determine which lines are executable, and which have been executed. |
24 library to determine which lines are executable, and which have been executed. |
19 |
25 |
20 Coverage.py runs on these versions of Python: |
26 Coverage.py runs on these versions of Python: |
21 |
27 |
22 .. PYVERSIONS |
28 .. PYVERSIONS |
23 |
29 |
24 * CPython 3.7 through 3.11.0a4. |
30 * CPython 3.7 through 3.11.0b1. |
25 * PyPy3 7.3.8. |
31 * PyPy3 7.3.8. |
26 |
32 |
27 Documentation is on `Read the Docs`_. Code repository and issue tracker are on |
33 Documentation is on `Read the Docs`_. Code repository and issue tracker are on |
28 `GitHub`_. |
34 `GitHub`_. |
29 |
35 |
146 :target: https://twitter.com/coveragepy |
152 :target: https://twitter.com/coveragepy |
147 :alt: coverage.py on Twitter |
153 :alt: coverage.py on Twitter |
148 .. |twitter-nedbat| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF |
154 .. |twitter-nedbat| image:: https://img.shields.io/twitter/follow/nedbat.svg?label=nedbat&style=flat&logo=twitter&logoColor=4FADFF |
149 :target: https://twitter.com/nedbat |
155 :target: https://twitter.com/nedbat |
150 :alt: nedbat on Twitter |
156 :alt: nedbat on Twitter |
|
157 .. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub |
|
158 :target: https://github.com/sponsors/nedbat |
|
159 :alt: Sponsor me on GitHub |