We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61b151 commit 71d9139Copy full SHA for 71d9139
.github/workflows/makefile.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: insightsengineering/coverage-action@v3
35
with:
36
# Path to the Cobertura XML report.
37
- path: test-reports/bats/cobertura.xml
+ path: test-results/bats/cobertura.xml
38
# Minimum total coverage, if you want to the
39
# workflow to enforce it as a standard.
40
# This has no effect if the `fail` arg is set to `false`.
0 commit comments