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
    Report package bug
    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)

    Maintainer: Stanislav Levin


      1. python3-module-setuptools
      2. rpm-build-python3
      3. python-module-setuptools

    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.