Skip to content

Commit 7c2433c

Browse files
authored
Run coverage report with uv run
1 parent 6e4e055 commit 7c2433c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
name: coverage-html
4040
path: backend/htmlcov
4141
include-hidden-files: true
42-
- run: coverage report --fail-under=100
42+
- run: uv run coverage report --fail-under=100

0 commit comments

Comments
 (0)