We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f141b commit de45e9cCopy full SHA for de45e9c
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Run pytest
52
run: poetry run pytest --cov=teufa tests/
53
env:
54
- DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
+ DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres
55
- name: Upload coverage reports to Codecov
56
uses: codecov/[email protected]
57
with:
0 commit comments