coverex icon indicating copy to clipboard operation
coverex copied to clipboard

CI conform output

Open alfert opened this issue 10 years ago • 2 comments

Identify a CI format that can be easily interpreted by CI tools such as Jenkins etc.

alfert avatar May 11 '14 21:05 alfert

Hi Klaus,

i would suggest the xml output from cobertura. gcovr also uses this to produce coverage reports from gcc gcov files: https://github.com/gcovr/gcovr/blob/master/scripts/gcovr#L1573

chrta avatar Jul 06 '14 07:07 chrta

The cobertura dtd is here: https://github.com/cobertura/web/blob/master/htdocs/xml/coverage-04.dtd

alfert avatar Nov 15 '15 19:11 alfert