Skip to content

Commit fe1b105

Browse files
authored
Update codecov.yaml
1 parent 19b99d1 commit fe1b105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -r requirements-dev.txt
2424
pytest --cov=./ --cov-report=xml
2525
- name: Upload coverage to Codecov
26-
uses: codecov/codecov-action@v3
26+
uses: codecov/codecov-action@v5.3.1
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
directory: ./coverage/reports/

0 commit comments

Comments
 (0)