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 8d3b98d commit 21017a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/aam-backend-service-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,10 @@ jobs:
min-coverage-changed-files: 80
title: Code Coverage Analyse
update-comment: true

- name: Test & publish code coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: application/aam-backend-service/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

0 comments on commit 21017a5

Please sign in to comment.