We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d22a0 commit 435c46aCopy full SHA for 435c46a
.github/workflows/codecov.yml
@@ -33,7 +33,9 @@ jobs:
33
- name: Install dependencies
34
run: poetry install
35
- name: Start PostgreSQL
36
- run: make start-db
+ run: |
37
+ cp pgmq_postgres.template.env pgmq_postgres.env
38
+ make start-db
39
- name: Run tests and collect coverage
40
run: poetry run pytest tests --cov=pgmq_sqlalchemy.queue --cov-report=xml
41
- name: Upload coverage reports to Codecov with GitHub Action
0 commit comments