There was an error while loading. Please reload this page.
1 parent 3aace02 commit 89b3f9aCopy full SHA for 89b3f9a
1 file changed
.github/workflows/coverage.yml
@@ -94,7 +94,7 @@ jobs:
94
uses: qltysh/qlty-action/coverage@main
95
with:
96
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
97
- files: coverage/.resultset.json
+ files: coverage/lcov.info,coverage/.resultset.json
98
continue-on-error: ${{ matrix.experimental != 'false' }}
99
100
# Build will fail here if coverage upload fails
0 commit comments