Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit ce2c125

Browse files
committed
Set coverage threshold to 80
1 parent 4716e83 commit ce2c125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test.NetStandard20/coverage_report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ dotnet build
66
dotnet minicover instrument --workdir ../ --assemblies Test.NetStandard20/**/bin/**/*.dll --sources /**/*.cs
77
dotnet minicover reset
88
dotnet test --no-build
9-
dotnet minicover opencoverreport --workdir ../
9+
dotnet minicover opencoverreport --workdir ../ --threshold 80

0 commit comments

Comments
 (0)