alfert/coverex

CI conform output

alfert opened this issue · 2 comments

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

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