Code coverage measurement for Python
Project description
Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.8.
Documentation is at nedbatchelder.com. Code repository and issue tracker are at bitbucket.org.
New in 3.6: --fail-under, and >20 bugs closed.
New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report.
New in 3.4: Better control over source to measure, and unexecuted files can be reported.
New in 3.3: .coveragerc files.
New in 3.2: Branch coverage!
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
| Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
|---|---|---|---|
| coverage-3.6b1.tar.gz (224.6 kB) Copy SHA256 hash SHA256 | Source | None | Nov 29, 2012 |
| coverage-3.6b1.win32-py2.6.exe (423.4 kB) Copy SHA256 hash SHA256 | Windows Installer | 2.6 | Nov 29, 2012 |
| coverage-3.6b1.win32-py2.7.exe (423.1 kB) Copy SHA256 hash SHA256 | Windows Installer | 2.7 | Nov 29, 2012 |
| coverage-3.6b1.win32-py3.1.exe (423.4 kB) Copy SHA256 hash SHA256 | Windows Installer | 3.1 | Nov 29, 2012 |
| coverage-3.6b1.win32-py3.2.exe (423.2 kB) Copy SHA256 hash SHA256 | Windows Installer | 3.2 | Nov 29, 2012 |
| coverage-3.6b1.win32-py3.3.exe (418.3 kB) Copy SHA256 hash SHA256 | Windows Installer | 3.3 | Nov 29, 2012 |