Skip to content

Commit 52626ce

Browse files
committed
patching release.yml to run pytest from uv
1 parent bfa952d commit 52626ce

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ jobs:
6666
run: |
6767
uv pip install pytest-cov
6868
69-
uv run pytest --cov=sqlmodel_crud_utils
70-
--cov-report=xml --cov-report=term # Generate XML and terminal reports
69+
uv run pytest --cov=sqlmodel_crud_utils --cov-report=xml --cov-report=term # Generate XML and terminal reports
7170
7271
- name: Upload coverage report
7372
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)