Skip to content

Commit a5b08ac

Browse files
committed
modified threshold
1 parent c90d203 commit a5b08ac

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
@@ -53,7 +53,7 @@ jobs:
5353
/p:CollectCoverage=true \
5454
/p:CoverletOutputFormat=cobertura \
5555
/p:CoverletOutput=TestResults/coverage/ \
56-
/p:Threshold=80 \
56+
/p:Threshold=0 \
5757
/p:ThresholdType=line \
5858
/p:ThresholdStat=total
5959

0 commit comments

Comments
 (0)