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 d72c639 commit 2418c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aam-backend-service-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
JACOCO_SOURCE_PATH: ${{github.workspace}}/application/aam-backend-service/src/main/kotlin
with:
workingDirectory: ${{github.workspace}}/application/aam-backend-service
coverageCommand: ./gradlew jacocoTestReport --no-daemon
Expand Down

0 comments on commit 2418c9d

Please sign in to comment.