Skip to content

Commit

Permalink
Update java-ci-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NastasiyaT authored Oct 18, 2023
1 parent b1d6be0 commit b78c2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: paambaati/codeclimate-action@v5.0.0
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:
coverageCommand: make report
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
Expand Down

0 comments on commit b78c2ed

Please sign in to comment.