Skip to content

Commit 51ae36e

Browse files
committed
Specify coveralls file
1 parent 1840dd7 commit 51ae36e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ jobs:
5353
GITHUB_USER: ${{ github.actor }}
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
- name: 'Test'
56-
run: ./gradlew test runGameTestServer jacocoTestReport
56+
run: ./gradlew test runGameTestServer jacocoTestReport && ls build/reports/ && ls build/reports/jacoco && build/reports/jacoco/test/
5757
- name: 'Submit coverage results'
5858
uses: coverallsapp/github-action@v2
59+
with:
60+
file: build/reports/jacoco/test/jacocoTestReport.xml
5961
- name: 'Deploy as GitHub CI artifacts'
6062
uses: actions/upload-artifact@v4
6163
with:

0 commit comments

Comments
 (0)