We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d404eb commit 50c504dCopy full SHA for 50c504d
1 file changed
.github/workflows/python-package.yml
@@ -48,4 +48,4 @@ jobs:
48
49
- name: Run tests
50
run: |
51
- uv run pytest
+ uv run pytest --cov=sqlalchemy_serializer --cov-report term-missing
0 commit comments