Skip to content

Commit b46cab3

Browse files
Add sample test parameters
Co-Authored-By: Marco Rossignoli <[email protected]>
1 parent 664eb73 commit b46cab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Clone this repo:
1212
Building, testing, and packing use all the standard dotnet commands:
1313

1414
dotnet build
15-
dotnet test
15+
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include=[coverlet.*]*"
1616
dotnet pack
1717

1818
To see code coverage results while testing, run with a few extra parameters:

0 commit comments

Comments
 (0)