python-coverage 6.2+dfsg1-2build1 source package in Ubuntu

Changelog

python-coverage (6.2+dfsg1-2build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Thu, 17 Mar 2022 19:47:26 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Ben Finney
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe python

Downloads

File Size SHA-256 Checksum
python-coverage_6.2+dfsg1.orig.tar.xz 520.4 KiB 42b553ae8b4322afdc3df756ed7373a3412074ccbd025a1dce4d523c10f9dad3
python-coverage_6.2+dfsg1-2build1.debian.tar.xz 18.9 KiB 1be25aceacda1b1df69b64b8d0da99429fa52913fed6e063d7fb3caed012d7f2
python-coverage_6.2+dfsg1-2build1.dsc 2.3 KiB a4bddac3898c3e80a8ac61d0b909bc1cd0897e4158065854c41db995bb615cdc

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