Skip to content

Commit 766664a

Browse files
committed
fix: uv run coverage
1 parent 55066ba commit 766664a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Check for coverage drop
8787
# This will use the configured fail-under, causing this job to fail if the
8888
# coverage drops.
89-
run: coverage report
89+
run: uv run coverage report
9090

9191
lint:
9292
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)