Skip to content

Commit 268a6e2

Browse files
authored
Fix jacoco report path (spiffe#390)
Signed-off-by: Max Lambrecht <max-martin.lambrecht@hpe.com>
1 parent bb20fd0 commit 268a6e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: coverallsapp/github-action@v2
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
25-
file: build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
25+
file: build/reports/jacoco/jacoco.xml
2626
format: jacoco
2727

2828
- name: Cleanup Gradle Cache

0 commit comments

Comments
 (0)