src/eric7/DebugClients/Python/coverage/doc/README.rst

branch
eric7
changeset 9374
ed79209469ad
parent 9252
32dd11232e06
equal deleted inserted replaced
9373:e074358157f4 9374:ed79209469ad
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
73 -------------- 74 --------------
74 75
75 The complete history of changes is on the `change history page`_. 76 The complete history of changes is on the `change history page`_.
76 77
77 .. _change history page: https://coverage.readthedocs.io/en/latest/changes.html 78 .. _change history page: https://coverage.readthedocs.io/en/latest/changes.html
79
80
81 Code of Conduct
82 ---------------
83
84 Everyone participating in the coverage.py project is expected to treat other
85 people with respect and to follow the guidelines articulated in the `Python
86 Community Code of Conduct`_.
87
88 .. _Python Community Code of Conduct: https://www.python.org/psf/codeofconduct/
78 89
79 90
80 Contributing 91 Contributing
81 ------------ 92 ------------
82 93
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

eric ide

mercurial