A code coverage report generator using GNU gcov
http://gcovr.com/
Gcovr provides a utility for managing the use of the GNU gcov utility
and generating summarized code coverage results.
This command is inspired by the Python coverage.py package, which provides
a similar utility in Python. The gcovr command produces either compact
human-readable summary reports, machine readable XML reports
(in Cobertura format) or simple HTML reports. Thus, gcovr can be viewed
as a command-line alternative to the lcov utility, which runs gcov and
generates an HTML-formatted report.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / gcovr
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:tools/gcovr && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | 4 months |
gcovr-5.2.tar.gz | 0001381017 1.32 MB | 4 months |
gcovr.changes | 0000006235 6.09 KB | 4 months |
gcovr.spec | 0000003558 3.47 KB | 4 months |
Comments 1
florianpose wrote 4 months ago
The current gcovr is not compatible with python 3.6, thus the tool fails to start.