coverage==7.15.2
# Code coverage measurement for Python
$ pip install coverage
downloads/wk
74,970,802
license
Apache-2.0
version
7.15.2
python
>=3.10
What is coverage?
Coverage is a Python tool that measures how much of your code is executed when running tests, helping you identify untested code paths and gaps in your test suite. Developers use it to ensure their tests adequately exercise their codebase and to catch areas that may need additional testing before shipping to production.
Keywords
#code #coverage #testing
Dependencies (1)
Author
Ned Batchelder and 261 others