We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb20fd0 commit 268a6e2Copy full SHA for 268a6e2
1 file changed
.github/workflows/coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: coverallsapp/github-action@v2
23
with:
24
github-token: ${{ secrets.GITHUB_TOKEN }}
25
- file: build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
+ file: build/reports/jacoco/jacoco.xml
26
format: jacoco
27
28
- name: Cleanup Gradle Cache
0 commit comments