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 2b13229 commit 67fabf0Copy full SHA for 67fabf0
.github/workflows/tests.yaml
@@ -123,4 +123,4 @@ jobs:
123
# Fail if coverage is below threshold
124
- name: Fail if coverage is below threshold
125
run: |
126
- python -Im coverage report --fail-under=35
+ uv run python -Im coverage report --fail-under=35
0 commit comments