We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1840dd7 commit 51ae36eCopy full SHA for 51ae36e
.github/workflows/ci.yml
@@ -53,9 +53,11 @@ jobs:
53
GITHUB_USER: ${{ github.actor }}
54
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55
- name: 'Test'
56
- run: ./gradlew test runGameTestServer jacocoTestReport
+ run: ./gradlew test runGameTestServer jacocoTestReport && ls build/reports/ && ls build/reports/jacoco && build/reports/jacoco/test/
57
- name: 'Submit coverage results'
58
uses: coverallsapp/github-action@v2
59
+ with:
60
+ file: build/reports/jacoco/test/jacocoTestReport.xml
61
- name: 'Deploy as GitHub CI artifacts'
62
uses: actions/upload-artifact@v4
63
with:
0 commit comments