We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release.yml
1 parent fc12c99 commit 70a9cafCopy full SHA for 70a9caf
1 file changed
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
uv pip install pytest-cov
68
69
- uv run pytest test --cov=sqlmodel_crud_utils
+ uv run pytest --cov=sqlmodel_crud_utils
70
--cov-report=xml --cov-report=term # Generate XML and terminal reports
71
72
- name: Upload coverage report
0 commit comments