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 a53a99f commit e05d704Copy full SHA for e05d704
.github/workflows/main.yml
@@ -24,11 +24,8 @@ jobs:
24
25
- run: make lint && make test
26
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
+ - name: Upload coverage reports to Qlty
+ uses: qltysh/qlty-action/coverage@main
32
with:
33
- coverageCommand: make report
34
- coverageLocations: ${{github.workspace}}/app/build/reports/jacoco/test/jacocoTestReport.xml:jacoco
+ coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
+ files: target/lcov.info
0 commit comments