Skip to content

Commit 497c6c5

Browse files
committed
Remove redundant section
1 parent 8954971 commit 497c6c5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ Building, testing, and packing use all the standard dotnet commands:
1515
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include=[coverlet.*]*"
1616
dotnet pack
1717

18-
To see code coverage results while testing, run with a few extra parameters:
19-
20-
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include=[coverlet.*]*
21-
2218
## Performance testing
2319

2420
There is a simple performance test for the hit counting instrumentation in the test project `coverlet.core.performancetest`. Build the project with the msbuild step above and then run:

0 commit comments

Comments
 (0)