Package python-module-coverage: Information

    Source package: python-module-coverage
    Version: 5.3-alt1
    Build time:  Jun 29, 2021, 09:10 PM in the task #276356
    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 rpms provided by this srpm:
    python-module-coverage (x86_64, ppc64le, i586, armh, aarch64)
    python-module-coverage-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-coverage (x86_64, ppc64le, i586, armh, aarch64)
    python3-module-coverage-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Grigory Ustinov


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

    Last changed


    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.
    March 17, 2020 Grigory Ustinov 5.0.4-alt1
    - 4.5.4 -> 5.0.4.
    - Enable check.