We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7629e commit 4b56610Copy full SHA for 4b56610
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
run: poetry run poe test --cov=./ --cov-report=xml -ra .
78
- name: Upload coverage to Codecov
79
continue-on-error: true
80
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
81
env:
82
OS: ${{ matrix.os }}
83
PYTHON: ${{ matrix.python-version }}
0 commit comments