We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b99d1 commit fe1b105Copy full SHA for fe1b105
1 file changed
.github/workflows/codecov.yaml
@@ -23,7 +23,7 @@ jobs:
23
pip install -r requirements-dev.txt
24
pytest --cov=./ --cov-report=xml
25
- name: Upload coverage to Codecov
26
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v5.3.1
27
with:
28
token: ${{ secrets.CODECOV_TOKEN }}
29
directory: ./coverage/reports/
0 commit comments