We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8bc97a commit 7a51a21Copy full SHA for 7a51a21
.github/workflows/actions.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install project
28
run: uv sync --group test
29
- name: "Run tests"
30
- run: uv run pytest tests
+ run: uv run coverage run --branch --source=yaml_where -m pytest tests
31
- name: "Check coverage"
32
run: uv run coverage report --show-missing --fail-under=100
33
0 commit comments