From 497c6c534df841ff514a87aa4f2fcbbda4200889 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 29 May 2019 10:28:46 -0600 Subject: [PATCH] Remove redundant section --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c2e03a1..8520920 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: