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 d565f46 commit 729dfb8Copy full SHA for 729dfb8
.github/workflows/python-quality.yml
@@ -30,7 +30,7 @@ jobs:
30
run: make dev-dependencies
31
- name: Run coverage
32
run: make ci-coverage
33
- - uses: qltysh/qlty-action/coverage@v1
+ - uses: qltysh/qlty-action/coverage@v2
34
with:
35
token: ${{secrets.QLTY_COVERAGE_TOKEN}}
36
files: ${{github.workspace}}/coverage.lcov
0 commit comments