Skip to content

Commit 3311226

Browse files
author
Antoine
committed
Refactor coverage report step in On Release workflow for improved readability
1 parent 2c643dc commit 3311226

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/OnRelease.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
if: success() || failure()
6868
uses: irongut/CodeCoverageSummary@v1.3.0
6969
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
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
7676

7777
- name: Rename coverage report
7878
if: success() || failure()

0 commit comments

Comments
 (0)