Skip to content

Commit 2df0ca9

Browse files
authored
Update Codecov action to version 5
1 parent 388bc00 commit 2df0ca9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
pytest --cov-report=term-missing:skip-covered --cov=codes test/ --cov-report=xml:coverage.xml
111111
112112
- name: Upload results to Codecov
113-
uses: codecov/codecov-action@v4
113+
uses: codecov/codecov-action@v5
114114
with:
115115
token: ${{ secrets.CODECOV_TOKEN }}
116116
files: ./coverage.xml # Path to the coverage XML file, adjust if necessary

0 commit comments

Comments
 (0)