.. _sonarqube_xml_output:

SonarQube XML Output
====================

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

    gcovr --sonarqube coverage.xml

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