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.
2 parents e8e1bfb + b5bc563 commit 9563420Copy full SHA for 9563420
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
uv run pytest tests/ -v --cov=taskiq_postgresql --cov-report=xml --cov-report=term-missing
84
85
- name: Upload coverage to Codecov
86
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
87
if: matrix.python-version == '3.12' && matrix.driver == 'asyncpg' && secrets.CODECOV_TOKEN != ''
88
with:
89
file: ./coverage.xml
0 commit comments