Skip to content

Commit e355b05

Browse files
committed
threshold fix
1 parent 6989c76 commit e355b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-coverage-badge.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
reports: "${{ github.workspace }}/TestResults/**/coverage.cobertura.xml"
4545
targetdir: "${{ github.workspace }}/coverage"
4646
reporttypes: "Badges;Cobertura"
47-
badgeThresholds: "60;85"
47+
customSettings: |
48+
badgeThresholds=60;85
4849
verbosity: "Info"
4950
toolpath: "reportgeneratortool"
5051

0 commit comments

Comments
 (0)