We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5450bec + afa6350 commit 95e86f0Copy full SHA for 95e86f0
2 files changed
.github/workflows/dockerised-postgres.yml
@@ -59,7 +59,7 @@ jobs:
59
python-version: ${{ matrix.python-version }}
60
command: pytest -n 0 --max-worker-restart 0 -k docker --postgresql-host=localhost --postgresql-port 5433 --postgresql-password=postgres --cov-report=xml:coverage-docker.xml
61
- name: Upload coverage to Codecov
62
- uses: codecov/codecov-action@v5.4.0
+ uses: codecov/codecov-action@v5.4.2
63
with:
64
token: ${{ secrets.codecov_token }}
65
flags: unittests
.github/workflows/single-postgres.yml
@@ -68,7 +68,7 @@ jobs:
68
name: postgresql-${{ matrix.python-version }}-${{ inputs.postgresql }}
69
path: /tmp/pytest-of-runner/**
70
71
72
73
74
0 commit comments