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.
2 parents 201225d + 2cb616d commit 934525cCopy full SHA for 934525c
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
- run: uv sync --all-extras --dev
30
- run: uv run task test:ci
31
- - uses: qltysh/qlty-action/coverage@76524b1c03d868bed85b3869da6655f26f322790
+ - uses: qltysh/qlty-action/coverage@b9133a486505563742d768da29f7951271678c87
32
with:
33
coverage-token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
34
files: ${{github.workspace}}/cov.xml
0 commit comments