Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37551135
en ru br
ALT Linux repos
S:0.11.0-alt1

Group :: Development/Other
RPM: scov

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.11.0-alt1
Build date: 10 may 2023, 10:04 ( 50.4 weeks ago )
Size: 247.59 Kb

Home page:   https://pkg.go.dev/gitlab.com/stone.code/scov

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.

Current maintainer: Alexandr Shashkin

List of contributors

List of rpms provided by this srpm:

  • scov
  • scov-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin