call pytest correctly
This commit is contained in:
parent
8ce98368da
commit
a6f141b717
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: poetry install --with=test
|
||||
- name: Run pytest
|
||||
run: pytest --cov=teufa tests/
|
||||
run: poetry run pytest --cov=teufa tests/
|
||||
env:
|
||||
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
|
||||
- name: Upload coverage reports to Codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user