From ce1bf47e441b48012d749c58a1718cf83f1b858b Mon Sep 17 00:00:00 2001 From: Tom Winter Date: Thu, 11 Apr 2024 09:22:02 +0200 Subject: [PATCH] ci: add codeclimate coverage action --- .github/workflows/aam-backend-service-analyse.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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