Skip to content

Commit

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

0 comments on commit ee3f813

Please sign in to comment.