Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 957 Bytes

clover.rst

File metadata and controls

34 lines (24 loc) · 957 Bytes

Clover XML Output

gcovr

The gcovr command can generate a Cobertura XML output using the --clover and --clover-pretty options:

This generates an XML summary of the lines executed:

This XML format is described in the Clover XML XSD suitable for import and display within the Atlassian Bamboo continuous integration servers.

The --clover option generates a denser XML output, and the --clover-pretty option generates an indented XML output that is easier to read.

7.1

Add --clover and --clover-pretty.