We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ce9836 commit a6f141bCopy full SHA for a6f141b
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Install dependencies
50
run: poetry install --with=test
51
- name: Run pytest
52
- run: pytest --cov=teufa tests/
+ run: poetry run pytest --cov=teufa tests/
53
env:
54
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
55
- name: Upload coverage reports to Codecov
0 commit comments