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 unmerged sources)
Filename | Size | Changed |
---|---|---|
gcovr-6.0.tar.gz | 0001054940 1.01 MB | |
gcovr.changes | 0000008702 8.5 KB | |
gcovr.spec | 0000003558 3.47 KB |
Latest Revision
buildservice-autocommit
accepted
request 1127686
from
Martin Pluskal (pluskalm)
(revision 20)
baserev update by copy to link target
Comments 1
The current gcovr is not compatible with python 3.6, thus the tool fails to start.