We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c643dc commit 3311226Copy full SHA for 3311226
.github/workflows/OnRelease.yml
@@ -67,12 +67,12 @@ jobs:
67
if: success() || failure()
68
uses: irongut/CodeCoverageSummary@v1.3.0
69
with:
70
- filename: coverage-report/Cobertura.xml
71
- fail_below_min: true
72
- thresholds: "90 100"
73
- format: markdown
74
- output: both
75
- hide_complexity: true
+ filename: coverage-report/Cobertura.xml
+ fail_below_min: true
+ thresholds: "90 100"
+ format: markdown
+ output: both
+ hide_complexity: true
76
77
- name: Rename coverage report
78
0 commit comments