We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7f7961 + 76d7c1f commit 6f276f6Copy full SHA for 6f276f6
1 file changed
.github/workflows/quick_test_and_codecov.yml
@@ -52,7 +52,7 @@ jobs:
52
pytest --cov=dtw --cov-report=xml
53
54
- name: Upload coverage to Codecov
55
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
0 commit comments