Skip to content

Commit e05d704

Browse files
authored
Update main.yml
1 parent a53a99f commit e05d704

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424

2525
- run: make lint && make test
2626

27-
- name: Publish code coverage
28-
uses: paambaati/[email protected]
29-
env:
30-
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
31-
JACOCO_SOURCE_PATH: app/src/main/java
27+
- name: Upload coverage reports to Qlty
28+
uses: qltysh/qlty-action/coverage@main
3229
with:
33-
coverageCommand: make report
34-
coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
30+
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
31+
files: target/lcov.info

0 commit comments

Comments
 (0)