Flurl/Build/test.coverage.cmd
2019-02-24 12:04:41 +03:00

1 line
165 B
Batchfile
Executable File

dotnet test -c Release /p:CollectCoverage=true /p:Threshold=75 /p:Exclude="[NUnit3.*]*" /p:CoverletOutputFormat=lcov /p:CoverletOutput=../../lcov ../test/Flurl.Test/