python-coverage 6.2+dfsg1-2 source package in Ubuntu
Changelog
python-coverage (6.2+dfsg1-2) unstable; urgency=medium * Correct autopkgtest control, for removal of ‘pypy-coverage’. Closes: bug#1003700. Thanks to Stefano Rivera for the report. -- Ben Finney <email address hidden> Fri, 14 Jan 2022 10:43:38 +1100
Upload details
- Uploaded by:
- Ben Finney
- Uploaded to:
- Sid
- Original maintainer:
- Ben Finney
- Architectures:
- any all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-coverage_6.2+dfsg1-2.dsc | 2.2 KiB | 3107afb29182530173d6a7df418bb39ac6ab2bb93cf4ada601e5dc4c52492467 |
python-coverage_6.2+dfsg1.orig.tar.xz | 520.4 KiB | 42b553ae8b4322afdc3df756ed7373a3412074ccbd025a1dce4d523c10f9dad3 |
python-coverage_6.2+dfsg1-2.debian.tar.xz | 18.8 KiB | 89f0179c0de89bddf8ede2363e96c5c0c7039db7d13c80651e438b90b2cfa158 |
Available diffs
- diff from 6.2+dfsg1-1 to 6.2+dfsg1-2 (683 bytes)
No changes file available.
Binary packages built by this source
- python-coverage-doc: code coverage tool for Python — documentation
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.
.
This package installs the HTML documentation for Coverage.py.
- python3-coverage: code coverage tool for Python 3
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.
.
This package installs the Python version 3 ‘coverage’ library, and the
‘python3-coverage’ program to perform and report coverage tests.
- python3-coverage-dbgsym: debug symbols for python3-coverage