We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f270e50 + 47fa5e2 commit f53f8dcCopy full SHA for f53f8dc
.github/workflows/codecov.yml
@@ -21,6 +21,6 @@ jobs:
21
pytest --cov=dtw --cov-report=xml
22
23
- name: Upload coverage to Codecov
24
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
25
with:
26
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments