diff --git a/.github/workflows/aam-backend-service-analyse.yml b/.github/workflows/aam-backend-service-analyse.yml index 76f028d..59c9d38 100644 --- a/.github/workflows/aam-backend-service-analyse.yml +++ b/.github/workflows/aam-backend-service-analyse.yml @@ -53,5 +53,5 @@ jobs: env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: - coverageLocations: application/aam-backend-service/build/reports/jacoco/test/jacocoTestReport.xml:jacoco - prefix: application/aam-backend-service/src/main/kotlin + coverageLocations: ${{github.workspace}}/application/aam-backend-service/build/reports/jacoco/test/jacocoTestReport.xml:jacoco + prefix: ${{github.workspace}}/application/aam-backend-service