We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85298e9 commit 68a3f56Copy full SHA for 68a3f56
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: paambaati/[email protected]
24
env:
25
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
26
- JACOCO_SOURCE_PATH: "${{github.workspace}}/app/src/main/java"
+ JACOCO_SOURCE_PATH: app/src/main/java
27
with:
28
coverageCommand: make report
29
- coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
+ coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
0 commit comments