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 55066ba commit 766664aCopy full SHA for 766664a
.github/workflows/continuous-integration.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Check for coverage drop
87
# This will use the configured fail-under, causing this job to fail if the
88
# coverage drops.
89
- run: coverage report
+ run: uv run coverage report
90
91
lint:
92
runs-on: ubuntu-latest
0 commit comments