python-coverage 7.13.5+dfsg1-ok1 source package in openKylin

Changelog

python-coverage (7.13.5+dfsg1-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 08 May 2026 21:29:36 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luoyaoming
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
python-coverage_7.13.5+dfsg1.orig.tar.bz2 748.8 KiB fbc176ddbb7f889fd2c227e1d50dad40d6937a75d94f2c36a9989ff060c25db1
python-coverage_7.13.5+dfsg1-ok1.debian.tar.xz 13.2 KiB 2caab51b98b113a346163ddfef41dfb4ab6b7366441bc3cb2f5b13594e02f59e
python-coverage_7.13.5+dfsg1-ok1.dsc 2.2 KiB 484cc5f048e3243e4e771c80423ebf18ac340c2ee48b99c8448db3bd9f4cdfa3

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.