From 663809ff27072ed01112a0606618f79609f9f953 Mon Sep 17 00:00:00 2001 From: Speiger Date: Sat, 28 May 2022 20:11:00 +0200 Subject: [PATCH] another test --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 09fcdb61..a40005a7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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 }} \ No newline at end of file