Skip to content

Commit ae8a252

Browse files
authored
Update main.yml
1 parent 99510b1 commit ae8a252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: paambaati/[email protected]
2525
env:
2626
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
27-
JACOCO_SOURCE_PATH: app/src/main/java
27+
JACOCO_SOURCE_PATH: ${{github.workspace}}/app/src/main/java
2828
with:
29-
coverageCommand: make report
29+
coverageCommand: make -C app report
3030
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

0 commit comments

Comments
 (0)