Remove redundant section

This commit is contained in:
Andrew Arnott
2019-05-29 10:28:46 -06:00
parent 8954971e51
commit 497c6c534d
-4
View File
@@ -15,10 +15,6 @@ Building, testing, and packing use all the standard dotnet commands:
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include=[coverlet.*]*"
dotnet pack
To see code coverage results while testing, run with a few extra parameters:
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Include=[coverlet.*]*
## Performance testing
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: