
coverage 7.13.4
0
Code coverage measurement for Python
Contents
Code coverage measurement for Python
Stars: 3320, Watchers: 3320, Forks: 473, Open Issues: 266The coveragepy/coveragepy repo was created 7 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 3320 github stars!
How to Install coverage
You can install coverage using pip
pip install coverage
or add it to a project with poetry
poetry add coverage
Package Details
- Author
- Ned Batchelder and 252 others
- License
- Apache-2.0
- Homepage
- https://github.com/coveragepy/coveragepy
- PyPi:
- https://pypi.org/project/coverage/
- Documentation:
- https://coverage.readthedocs.io/en/7.13.4
- GitHub Repo:
- https://github.com/nedbat/coveragepy
Classifiers
- Software Development/Quality Assurance
- Software Development/Testing
Related Packages
Errors
A list of common coverage errors.
Code Examples
Here are some coverage code examples and snippets.
GitHub Issues
The coverage package has 266 open issues on GitHub
- Added support for ppc64le architecture
- Fix PathAliases auto-generated rules matching nested directories incorrectly
- CI: Enable GitHub Actions CI for ppc64le (Power architecture) support
codecovnot reporting expected coverage when using package name- Default
...exclusion can exclude things by accident - (Python 3.14) 7.11.1-7.11.3 performance 2x slower than 7.11.0
- add tsan CI
- Issues found running the tests with pytest-run-parallel
- Branch coverage of try/except
pythonfix