ReportGenerator
ReportGenerator converts coverage reports generated by OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
The reports do not only show the coverage quota, but also include the source code and visualize which lines have been covered.
ReportGenerator supports merging several reports into one.
Supported input and output file formats
Input formats
- OpenCover (Nuget)
OpenCover format is also generated by coverlet and altcover - dotCover (Nuget, /ReportType=DetailedXML)
- Visual Studio (vstest.console.exe, CodeCoverage.exe)
- NCover (tested version 1.5.8, other versions may not work)
- Cobertura
- JaCoCo
- Clover
- Mono (mprof-report)
- gcov
- lcov
Output formats
- HTML, HTMLSummary, HTMLInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Dark, HTMLChart, MHTML
- Cobertura
- SonarQube
- XML, XMLSummary
- Latex, LatexSummary
- TextSummary
- CsvSummary
- PngChart
- Badges
- Custom reports
Screenshots
The screenshots show two snippets of the generated reports.
License
The application is Open Source (Apache License 2.0).
Download
ReportGenerator_5.1.9.zip
(13.9 MB)
The project can be found on GitHub.