coverage
Code coverage measurement for Python
Code coverage measurement for Python
To install this package, run one of the following:
Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not.
Summary
Code coverage measurement for Python
Last Updated
Feb 23, 2026 at 11:12
License
Apache-2.0
Total Downloads
299.8K
Version Downloads
0
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/nedbat/coveragepyDocumentation
https://coverage.readthedocs.io