another test
This commit is contained in:
parent
5d6adb5446
commit
663809ff27
|
@ -22,5 +22,5 @@ jobs:
|
||||||
id: jacoco
|
id: jacoco
|
||||||
uses: madrapps/jacoco-report@v1.2
|
uses: madrapps/jacoco-report@v1.2
|
||||||
with:
|
with:
|
||||||
paths: /build/reports/jacoco/test/jacocoTestReport.xml
|
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue