Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 353 Bytes

sonarqube.rst

File metadata and controls

12 lines (8 loc) · 353 Bytes

SonarQube XML Output

If you are using SonarQube, you can get a coverage report in a suitable XML format via the --sonarqube<gcovr --sonarqube> option:

gcovr --sonarqube coverage.xml

The SonarQube XML format is documented at https://docs.sonarqube.org/latest/analysis/generic-test/.