Skip to content

Commit 7a51a21

Browse files
author
Austin Bingham
committed
Corrected coverage collection in pipeline tests
1 parent f8bc97a commit 7a51a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install project
2828
run: uv sync --group test
2929
- name: "Run tests"
30-
run: uv run pytest tests
30+
run: uv run coverage run --branch --source=yaml_where -m pytest tests
3131
- name: "Check coverage"
3232
run: uv run coverage report --show-missing --fail-under=100
3333

0 commit comments

Comments
 (0)