another test

This commit is contained in:
Speiger 2022-05-28 20:11:00 +02:00
parent 5d6adb5446
commit 663809ff27
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ jobs:
id: jacoco
uses: madrapps/jacoco-report@v1.2
with:
paths: /build/reports/jacoco/test/jacocoTestReport.xml
paths: ${{ github.workspace }}/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}