Viewing code coverage results in Cobertura format
To view code coverage results in Cobertura format for your z/TPF application, use a SonarQube instance with the SonarQube C++ plugin (Community).
Before you begin
Note: The edition of your SonarScanner must
support the language of your z/TPF application.
You can check the supported languages of your edition at the SonarQube official
website.
About this task
Cobertura code coverage results include an .xml file that has information, in Cobertura format, about the source files and executed lines of code.
Note: SonarQube does not support assembler language. Exclude analysis of assembler language programs
by setting the sonar.exclusions property to **/*.asm. You can set this property in the
sonar-project.properties file; you also can set it in your SonarQube instance
globally or at the project level.