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 show the coverage quotas and also visualize which lines of your source code have been covered.
ReportGenerator supports merging several coverage files into a single report.
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, Html_Light, Html_Dark, Html_BlueRed, HtmlSummary, Html_BlueRed_Summary, HtmlChart, HtmlInline, HtmlInline_AzurePipelines, HtmlInline_AzurePipelines_Light, HtmlInline_AzurePipelines_Dark, MHTML
- Clover
- Cobertura
- OpenCover (PRO version only)
- SonarQube
- TeamCitySummary
- lcov
- XML, XMLSummary
- JsonSummary
- Latex, LatexSummary
- TextSummary, TextDeltaSummary
- CsvSummary
- MarkdownSummary, MarkdownSummaryGithub, MarkdownDeltaSummary
- SvgChart
- 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.4.1.zip
(7.1 MB)
The project can be found on GitHub.