Skip to content

Commit 68a3f56

Browse files
changed main.yml
1 parent 85298e9 commit 68a3f56

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: paambaati/[email protected]
2424
env:
2525
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
26-
JACOCO_SOURCE_PATH: "${{github.workspace}}/app/src/main/java"
26+
JACOCO_SOURCE_PATH: app/src/main/java
2727
with:
2828
coverageCommand: make report
29-
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
29+
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

0 commit comments

Comments
 (0)