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 34a760a + 36da6d8 commit f3d0fa7Copy full SHA for f3d0fa7
.github/workflows/code-test.yaml
@@ -54,7 +54,7 @@ jobs:
54
- run: uv sync
55
- run: uv build --wheel
56
- run: "uv run pytest --cov --cov-report xml:coverage.xml"
57
- - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
58
with:
59
name: coverage-${{ matrix.project }}
60
path: python/${{ matrix.project }}/coverage.xml
0 commit comments