dotnet-reportgenerator-cli NuGet Package

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 line has been covered.

Use this package if your project is based on .NET Core 2.x and you want to use ReportGenerator as a 'DotnetCliTool'.

Warning:
This package is intended for .NET Core 2.x. It will not work with .NET Core 3.x.
Consider the dotnet-reportgenerator-globaltool for .NET Core 3.x:
https://www.nuget.org/packages/dotnet-reportgenerator-globaltool

Installation:
Add the following element to your project file:
<ItemGroup>
<DotNetCliToolReference Include="dotnet-reportgenerator-cli" Version="x.y.z" />
</ItemGroup>

Usage:
dotnet reportgenerator [options].




Got any dotnet-reportgenerator-cli Question?





Info

Version: 4.6.7
Author(s): Daniel Palme
Last Update: Tuesday, September 8, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/danielpalme/ReportGenerator
NuGet Url: https://www.nuget.org/packages/dotnet-reportgenerator-cli


Install
Install-Package dotnet-reportgenerator-cli
dotnet add package dotnet-reportgenerator-cli
paket add dotnet-reportgenerator-cli
dotnet-reportgenerator-cli Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

5.5

avg-downloads-per-day

1299

days-since-last-release

1297