Skip to content

Commit 50c504d

Browse files
committed
chore: Update GitHub Actions workflow to include coverage reporting for tests
1 parent 0d404eb commit 50c504d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848

4949
- name: Run tests
5050
run: |
51-
uv run pytest
51+
uv run pytest --cov=sqlalchemy_serializer --cov-report term-missing

0 commit comments

Comments
 (0)