ReportGenerator

by Daniel Palme

Converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats.

v5.5.4 Apache-2.0 zip x64

Install with winget

Open PowerShell or Command Prompt and run:

winget install DanielPalme.ReportGenerator

Copied to clipboard!

1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation

About ReportGenerator

Converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. Note that due to the Winget package needing at least one .NET runtime for its x64 .exe-s to pass validation, the Winget package's x64 version automatically installs the .NET 10 Runtime, regardless of whether the user intends to only use the .NET 9/8/4 .exe-s. The PATH shortcut will also lead to the .NET 10 .exe by default. This can optionally be avoided by installing the designated x86 version with "-a x86", as the .NET 4 x86 .exe is not known to need a dependency. The PATH shortcut will however lead to the .NET 4 .exe by default. In either situation, functional x64 .exe-s for .NET 9 and 8 are also in the package.

clovercoberturacoverage-report-convertercoveragereportconvertercoverletdaniel-palmedotcovergcovjacocolcov

Advanced Install Options

Install (latest)winget install DanielPalme.ReportGenerator
Install (pinned version)winget install --id DanielPalme.ReportGenerator -e --version 5.5.4
Upgradewinget upgrade DanielPalme.ReportGenerator
Uninstallwinget uninstall DanielPalme.ReportGenerator

Frequently Asked Questions

How do I install ReportGenerator using winget?
Open PowerShell or Windows Terminal and run: winget install DanielPalme.ReportGenerator. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.
What is ReportGenerator?
Converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats.
Is ReportGenerator free to use?
ReportGenerator is distributed under the Apache-2.0 license. Check the publisher’s site for full licensing details.
How do I update ReportGenerator with winget?
Run winget upgrade DanielPalme.ReportGenerator in PowerShell or Windows Terminal to upgrade to the latest available version.
How do I uninstall ReportGenerator?
Run winget uninstall DanielPalme.ReportGenerator to remove ReportGenerator from your system.