Skip to content

Commit 62282f9

Browse files
committed
Fix jacoco report path
Signed-off-by: Max Lambrecht <max-martin.lambrecht@hpe.com>
1 parent bb20fd0 commit 62282f9

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)