Skip to content

A simple wrapper nuget package to call opencover using the dotnet cli "dotnet opencover"

License

Notifications You must be signed in to change notification settings

watermelonpizza/dotnet-opencover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-opencover

A simple wrapper nuget package to call opencover using the dotnet cli "dotnet opencover"

This does not bundle in OpenCover itself. You need to include that as a dependency.

Usage

dotnet opencover <opencover args>

or

dotnet opencover --opencover-version x.x.x <opencover args>

This does not download the specific verison. Only targets the version which would be downloaded by nuget. You will need to add a reference to the version and dotnet restore to get it.

Currently assumes OpenCover is located in %userprofile%/.nuget/packages/opencover/<versionspec>/tools/OpenCover.Console.exe

About

A simple wrapper nuget package to call opencover using the dotnet cli "dotnet opencover"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages