SonarQube XML Output
If you are using SonarQube, you can get a coverage report
in a suitable XML format via the --sonarqube
option:
gcovr --sonarqube coverage.xml
The SonarQube XML format is documented at https://docs.sonarqube.org/latest/analysis/generic-test/.