Package python-module-coverage: Information

    Binary package: python-module-coverage
    Version: 5.2-alt1
    Architecture: aarch64
    Build time:  Jul 6, 2020, 08:23 PM in the task #254584
    Source package: python-module-coverage
    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.

    Maintainer: Grigory Ustinov


    Last changed


    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.
    Jan. 15, 2020 Grigory Ustinov 4.5.4-alt3
    - Bootstrap for python3.8.