python-coverage 7.2.7+dfsg1-1 source package in Ubuntu

Changelog

python-coverage (7.2.7+dfsg1-1) unstable; urgency=medium

  * The “Adele Puglisi” release.
  * Note that release 6.5.0+dfsg1-3 Closes: bug#1040850.
    The previous changelog entry gave the incorrect bug report number.
  * New upstream version.
    Highlights since previous release:
    * Changes to filename pattern matching and path remapping.
      These might require changing configuration for Coverage.py.
      See the “Migrating between versions” section of the documentation.
    * New output formats for ‘report’.
    * Empty source file no longer fails with ‘--fail-under’.
    * Filename parameters in API now also accept a ‘pathlib.Path’ object.
  * Refresh patches for new upstream version.

 -- Ben Finney <email address hidden>  Sun, 23 Jul 2023 13:49:58 +1000

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 Pocket Published Component Section
Mantic release universe python

Downloads

File Size SHA-256 Checksum
python-coverage_7.2.7+dfsg1-1.dsc 2.3 KiB 709c13073ac84efc97b044f9fb2bd4798a073e986667bd001db0e2da07b38ea4
python-coverage_7.2.7+dfsg1.orig.tar.xz 577.1 KiB a24250e63947390a5cdb82ee0e5257c0d1907b41f1db7f562f8f2dcdf9920a2e
python-coverage_7.2.7+dfsg1-1.debian.tar.xz 19.5 KiB 308fd614cb465a3d0dee07e58b9e02636137730203959de1946258ae62348226

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