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 de24464 commit 6439b15Copy full SHA for 6439b15
.github/workflows/node.js.yml
@@ -41,7 +41,7 @@ jobs:
41
github-token: ${{ secrets.GITHUB_TOKEN }}
42
- name: Publish Qlty code coverage
43
if: ${{ matrix.node-version == '22' && matrix.os == 'ubuntu-latest' }}
44
- uses: qltysh/qlty-action/coverage@v1
+ uses: qltysh/qlty-action/coverage@v2
45
with:
46
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
47
files: coverage/lcov.info
0 commit comments