Package scov: Information

    Source package: scov
    Version: 0.11.0-alt1
    Build time:  May 29, 2023, 05:43 PM in the task #320093
    Report package bug
    License: BSD-3-Clause
    Summary: Generate reports on code coverage using gcov, lcov, or llvm-cov
    Description: 
    SCov collects code coverage data generated by instrumented binaries, using
    either gcov or llvm-cov, and then generates reports on the data. There is a
    simple text report that calculates the line coverage and function coverage for
    all of the source files (example, or markdown). For more detailed information,
    there is an HTML report (example). The HTML report includes line coverage,
    function coverage, branch coverage, and region coverage. Annotated source files
    are also created (example).
    
    SCov is also quite a bit faster than lcov for generating reports. Timing was
    measured for two sample projects, which had sizes of 0.3kloc and 10kloc. It is
    only a few points, but the measurements show that SCov should be more than 30x
    faster. For smaller code bases, lcov also has a significant start-up cost.

    List of rpms provided by this srpm:
    scov (x86_64, ppc64le, i586, armh, aarch64)
    scov-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Maintainer: Alexandr Shashkin

    List of contributors:
    Alexandr Shashkin

      1. rpm-build-golang

    Last changed


    May 10, 2023 Alexandr Shashkin 0.11.0-alt1
    - Initial build for Sisyphus