Hello,
Cobertura is a XML format for Cobertura Jenkins plugin and so this information cannot be added directly to the XML.
You can compute it easily by counting the tag line.
OpenCppCoverage
Cobertura is a XML format for Cobertura Jenkins plugin and so this information cannot be added directly to the XML.
You can compute it easily by counting the tag line.
- If hits attribute is "1" (for example <line number="5" hits="1"/>) then the line is covered.
-
If hits attribute is "0" (for example <line number="5" hits="0"/>) then the line is not covered.
OpenCppCoverage





