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 34a9a9e commit e9e0e87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
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
coverageLocations: ${{github.workspace}}build/reports/jacoco/test/jacocoTestReport.xml:jacoco

0 comments on commit e9e0e87

Please sign in to comment.