Types of code coverage reports
Code coverage information can be opened as a web-based report or exported to the following report formats: PDF, SonarQube, CCZip.
- Web-based report
- The web-based reports support printing, zooming, and other web page features.
- Web-based comparison report
- A special type of the web-based report. If you select two results, you can generate a web-based
comparison report. In this report, code coverage data from the two results is compared.
You can also view the compared source files line by line.
- CCZip report
- CCZip, or portable code coverage format, is a compressed format that includes source and supports the merging of results.
- SonarQube report
- SonarQube is a format that can be imported into a SonarQube server.
- PDF report
- If you need to print your code coverage report or email a report in a convenient format, you can open or generate a PDF report.
- PDF Compare report
- A special type of the PDF report. When you select two code coverage results, you can generate a PDF Compare report to compare two code coverage results and show the differences on the report.