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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP6/gcovr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0001-re-enable-HTML-reports-under-Python3.patch | 0000001588 1.55 KB | |
gcovr-3.3.tar.gz | 0000323226 316 KB | |
gcovr.changes | 0000000163 163 Bytes | |
gcovr.spec | 0000002117 2.07 KB |
Revision 1 (latest revision is 5)
Wolfgang Engel (bigironman)
committed
(revision 1)
osc copypac from project:openSUSE:Backports:SLE-15-SP3 package:gcovr revision:1
Comments 1
gcovr 5.2 doesn't work with Python 3.6... and so this package is broken for Leap 15.5 and Leap 15.6. See the over 1 year old bug report https://bugzilla.opensuse.org/show_bug.cgi?id=1211575