Skip to content

Commit 779e6a7

Browse files
committed
updated threshold
1 parent d20878a commit 779e6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
/p:CollectCoverage=true `
6969
/p:CoverletOutputFormat=cobertura `
7070
/p:CoverletOutput="$cov/coverage" `
71-
/p:Threshold=30 `
71+
/p:Threshold=0 `
7272
/p:ThresholdType=line `
7373
/p:ThresholdStat=total `
7474
--logger "trx;LogFileName=testresults.trx" `

0 commit comments

Comments
 (0)