A graphical GCOV front-end
LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information. It also adds overview pages for easy navigation within the file structure.
- Sources inherited from project devel:tools
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / lcov
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:devel:tools/lcov && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000139 139 Bytes | |
_service | 0000000590 590 Bytes | |
_servicedata | 0000000223 223 Bytes | |
lcov-1.14.tar.gz | 0000177359 173 KB | |
lcov.changes | 0000004081 3.99 KB | |
lcov.spec | 0000001901 1.86 KB |
Revision 25 (latest revision is 49)
Miklos Vajna (vmiklos)
committed
(revision 25)
- Update to version 1.14: + GCC 8 support + Options to filter out source files during data collection based on regular expressions + Option to show number of missed lines, functions and branches + Configuration file option for --demangle-cpp + Unconditional HTML anchors in source view + SOURCE_DATA_EPOCH support for reproducible builds + Multiple bug fixes and performance improvements
Comments 0