We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6989c76 commit e355b05Copy full SHA for e355b05
.github/workflows/update-coverage-badge.yml
@@ -44,7 +44,8 @@ jobs:
44
reports: "${{ github.workspace }}/TestResults/**/coverage.cobertura.xml"
45
targetdir: "${{ github.workspace }}/coverage"
46
reporttypes: "Badges;Cobertura"
47
- badgeThresholds: "60;85"
+ customSettings: |
48
+ badgeThresholds=60;85
49
verbosity: "Info"
50
toolpath: "reportgeneratortool"
51
0 commit comments