-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
With gcovr the cobertura plugin can be used for coverage reports for C and C++ programs. The following changes would be very useful in this context:
- Being able to remove the "Classes" statistics from tables and graphs as the data is identical to the "Files" statistics.
- Being able to relabel "Packages" as "Directories" in graphs and tables
- Being able to use / as separator instead of . in package-names (directory-names)
With these changes the "java-ness" would be removed from the interface. This changes could be enabled based on a marker in the cobertura xml. Already gcovr puts "gcovr 2.5-prerelease (r2774)" as the version attribute on the root <coverage> element, so it is easy to detect.