We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae9da8 commit 5f09ddaCopy full SHA for 5f09dda
.github/workflows/test.yml
@@ -36,6 +36,7 @@ jobs:
36
if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '22.x' }}
37
run: npm run cov
38
- uses: qltysh/qlty-action/coverage@v1
39
+ if: ${{ success() && github.event_name != 'pull_request' && matrix.node-version == '22.x' }}
40
with:
41
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
42
files: ./coverage/lcov.info
0 commit comments