python-coverage 4.5+dfsg.1-3 source package in Ubuntu

Changelog

python-coverage (4.5+dfsg.1-3) unstable; urgency=medium

  * The “Simona Monti” release.
  * Document copyright information for bundled files in source:
    * jquery.hotkeys.js
    * jquery.isonscreen.js
    Closes: bug#890578. Thanks to Chris Lamb for the report.

 -- Ben Finney <email address hidden>  Wed, 21 Feb 2018 17:33:50 +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 Pocket Published Component Section
Bionic release universe python

Downloads

File Size SHA-256 Checksum
python-coverage_4.5+dfsg.1-3.dsc 2.5 KiB 674c3ecb4328b1ec57f46ddaf30e9ae6b2d5defc46c09521c79409f77f8e9071
python-coverage_4.5+dfsg.1.orig.tar.gz 332.3 KiB 11f0384cbd8b06b84e96ce4a1860fa698297623a5444a4b63ce686a067753fbc
python-coverage_4.5+dfsg.1-3.debian.tar.xz 20.7 KiB bc969efe651fb9a83754d4644d0cd49de4f652310ce64a727ee30bb598bfd3db

No changes file available.

Binary packages built by this source

pypy-coverage: No summary available for pypy-coverage in ubuntu cosmic.

No description available for pypy-coverage in ubuntu cosmic.

python-coverage: code coverage tool for Python 2

 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 2 ‘coverage’ library, and the
 ‘python2-coverage’ program to perform and report coverage tests.

python-coverage-dbgsym: debug symbols for python-coverage
python-coverage-doc: No summary available for python-coverage-doc in ubuntu cosmic.

No description available for python-coverage-doc in ubuntu cosmic.

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