Skip to content

Commit 14f196a

Browse files
author
Antoine
committed
Update coverage report filename to match Cobertura format in On Release workflow
1 parent 9841950 commit 14f196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/OnRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: success() || failure()
6868
uses: irongut/CodeCoverageSummary@v1.3.0
6969
with:
70-
filename: coverage-report/coverage-summary.xml
70+
filename: coverage-report/Cobertura.xml
7171
fail_below_min: true
7272
thresholds: "90 100"
7373
format: markdown

0 commit comments

Comments
 (0)