We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388bc00 commit 2df0ca9Copy full SHA for 2df0ca9
1 file changed
.github/workflows/ci.yaml
@@ -110,7 +110,7 @@ jobs:
110
pytest --cov-report=term-missing:skip-covered --cov=codes test/ --cov-report=xml:coverage.xml
111
112
- name: Upload results to Codecov
113
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
114
with:
115
token: ${{ secrets.CODECOV_TOKEN }}
116
files: ./coverage.xml # Path to the coverage XML file, adjust if necessary
0 commit comments