python-coverage 7.4.4+dfsg1-0ubuntu1 source package in Ubuntu

Changelog

python-coverage (7.4.4+dfsg1-0ubuntu1) noble; urgency=medium

  * New upstream release, required for Python 3.12.

 -- Matthias Klose <email address hidden>  Fri, 29 Mar 2024 14:45:43 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ben Finney
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-coverage_7.4.4+dfsg1.orig.tar.gz 762.6 KiB e9a72465940cacec531b910f32957e076f096710090c67c73437217253e0c58d
python-coverage_7.4.4+dfsg1-0ubuntu1.debian.tar.xz 20.9 KiB 092b348e10392fb578443bfb658438923e56bb280eb03ec878f44d3683130c54
python-coverage_7.4.4+dfsg1-0ubuntu1.dsc 2.3 KiB 9fb09f50ca7bb6720569efb5731b8f3f3e5c2f34f0867c2578007cb99812f4f9

View changes file

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