Skip to content

Commit

Permalink
upd codeclimate action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovsenka committed Sep 27, 2024
1 parent f5008b1 commit 34a9a9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
JACOCO_SOURCE_PATH: app/src/main/java
JACOCO_SOURCE_PATH: ${{github.workspace}}app/src/main/java
with:
workingDirectory: ./app
coverageCommand: make report
coverageLocations: ${{github.workspace}}app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

0 comments on commit 34a9a9e

Please sign in to comment.