Skip to content

Commit df41adb

Browse files
committed
Fix GH action
1 parent 9f416f8 commit df41adb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
- name: Run tests
4747
run: |
4848
source .venv/bin/activate
49-
pytest tests/
50-
coverage report
49+
poetry run pytest --cov=src --cov-report=term-missing

0 commit comments

Comments
 (0)