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 acd0ca7 commit da1d50cCopy full SHA for da1d50c
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
PYTHONDEVMODE=1 pytest -v -ra --cov=murfey --cov-report=xml --cov-branch
109
110
- name: Upload to Codecov
111
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
112
with:
113
name: ${{ matrix.python-version }}
114
files: coverage.xml
0 commit comments