Package python-module-coverage: Information
Source package: python-module-coverage
Version: 5.3-alt1.p10.2
Build time: May 27, 2025, 01:59 PM in the task #380082
Category: Development/Python
Report package bugHome page: https://pypi.org/project/coverage/
License: Apache-2.0
Summary: A tool for measuring code coverage of Python programs
Description:
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 product code are being exercised by tests, and which are not.
List of RPM packages built from this SRPM:
python-module-coverage (x86_64, i586, armh, aarch64)
python-module-coverage-debuginfo (x86_64, i586, armh, aarch64)
python3-module-coverage (x86_64, i586, armh, aarch64)
python3-module-coverage-debuginfo (x86_64, i586, armh, aarch64)
python-module-coverage (x86_64, i586, armh, aarch64)
python-module-coverage-debuginfo (x86_64, i586, armh, aarch64)
python3-module-coverage (x86_64, i586, armh, aarch64)
python3-module-coverage-debuginfo (x86_64, i586, armh, aarch64)
Maintainer: Stanislav Levin
List of contributors:
Stanislav Levin
Grigory Ustinov
Igor Vlasenko
Aleksei Nikiforov
Michael Shigorin
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Aleksey Avdeev
Vitaly Kuznetsov
Stanislav Levin
Grigory Ustinov
Igor Vlasenko
Aleksei Nikiforov
Michael Shigorin
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Aleksey Avdeev
Vitaly Kuznetsov
Last changed
May 13, 2025 Stanislav Levin 5.3-alt1.p10.2
- made dependency on toml unconditional.
Sept. 25, 2020 Grigory Ustinov 5.3-alt1
- 5.2 -> 5.3.
July 6, 2020 Grigory Ustinov 5.2-alt1
- 5.0.4 -> 5.2 (Closes: #38318). - Build without docs. - Build without check.