Skip to content

Commit add8dbe

Browse files
committed
Fix coverage script
1 parent 00e89dc commit add8dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: uv run -m coverage run -m unittest discover tests
2525

2626
- name: Display coverage report
27-
run: uv run -m coverage report
27+
run: uv run -m coverage report --skip-empty

0 commit comments

Comments
 (0)