We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20878a commit 779e6a7Copy full SHA for 779e6a7
.github/workflows/api-ci.yml
@@ -68,7 +68,7 @@ jobs:
68
/p:CollectCoverage=true `
69
/p:CoverletOutputFormat=cobertura `
70
/p:CoverletOutput="$cov/coverage" `
71
- /p:Threshold=30 `
+ /p:Threshold=0 `
72
/p:ThresholdType=line `
73
/p:ThresholdStat=total `
74
--logger "trx;LogFileName=testresults.trx" `
0 commit comments