Skip to content

Commit 4f50708

Browse files
committed
Specific pytest project.
1 parent 38f2202 commit 4f50708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
PYTHONPATH: ${{ github.workspace }}
3232
run: |
33-
pytest --cov --cov-report=xml
33+
pytest tests/ --cov=comfy_cli --cov-report=xml
3434
3535
- name: Upload coverage to Codecov
3636
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)