We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664eb73 commit b46cab3Copy full SHA for b46cab3
CONTRIBUTING.md
@@ -12,7 +12,7 @@ Clone this repo:
12
Building, testing, and packing use all the standard dotnet commands:
13
14
dotnet build
15
- dotnet test
+ dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include=[coverlet.*]*"
16
dotnet pack
17
18
To see code coverage results while testing, run with a few extra parameters:
0 commit comments