Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37517808
en ru br
Репозитории ALT

Группа :: Разработка/Прочее
Пакет: scov

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.11.0-alt1
Время сборки: 10 мая 2023, 10:04 ( 50.2 недели назад )
Размер архива: 247.59 Kb

Домашняя страница:   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.

Текущий майнтейнер: Alexandr Shashkin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • scov
  • scov-debuginfo
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin