Пакет scov: Информация

    Исходный пакет: scov
    Версия: 0.11.0-alt1
    Собран:  29 мая 2023 г. 17:43 в задании #320093
    Сообщить об ошибке в пакете
    Домашняя страница: https://pkg.go.dev/gitlab.com/stone.code/scov

    Лицензия: BSD-3-Clause
    О пакете: Generate reports on code coverage using gcov, lcov, or llvm-cov
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    scov (x86_64, ppc64le, i586, armh, aarch64)
    scov-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Alexandr Shashkin

    Список участников:
    Alexandr Shashkin

      1. rpm-build-golang

    Последнее изменение


    10 мая 2023 г. Alexandr Shashkin 0.11.0-alt1
    - Initial build for Sisyphus