Skip to content

Commit 5f09dda

Browse files
updated: Submit code coverage when it's actually generated
1 parent 2ae9da8 commit 5f09dda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '22.x' }}
3737
run: npm run cov
3838
- uses: qltysh/qlty-action/coverage@v1
39+
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '22.x' }}
3940
with:
4041
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
4142
files: ./coverage/lcov.info

0 commit comments

Comments
 (0)