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 99510b1 commit ae8a252Copy full SHA for ae8a252
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: paambaati/[email protected]
25
env:
26
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
27
- JACOCO_SOURCE_PATH: app/src/main/java
+ JACOCO_SOURCE_PATH: ${{github.workspace}}/app/src/main/java
28
with:
29
- coverageCommand: make report
+ coverageCommand: make -C app report
30
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
0 commit comments