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 61f77fa commit 9108146Copy full SHA for 9108146
.github/workflows/main.yml
@@ -20,10 +20,10 @@ jobs:
20
arguments: build
21
build-root-directory: app
22
- name: Publish code coverage
23
- uses: gradle/[email protected]
+ uses: paambaati/[email protected]
24
env:
25
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
26
- JACOCO_SOURCE_PATH: app/src/main/java
+ JACOCO_SOURCE_PATH: "${{github.workspace}}/app/src/main/java"
27
with:
28
coverageCommand: make report
29
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
0 commit comments