Skip to content

Commit efa5760

Browse files
committed
Fix report path.
1 parent 71d9139 commit efa5760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: insightsengineering/coverage-action@v3
3535
with:
3636
# Path to the Cobertura XML report.
37-
path: test-results/bats/cobertura.xml
37+
path: test-results/coverage/bats/cobertura.xml
3838
# Minimum total coverage, if you want to the
3939
# workflow to enforce it as a standard.
4040
# This has no effect if the `fail` arg is set to `false`.

0 commit comments

Comments
 (0)