Skip to content

Commit

Permalink
ci: add codeclimate coverage action
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwwinter committed Apr 11, 2024
1 parent 354ded5 commit ce1bf47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aam-backend-service-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ce1bf47

Please sign in to comment.