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 33d046a + 7f7cd2c commit 9f7b493Copy full SHA for 9f7b493
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@v6
+ uses: codecov/codecov-action@v7
56
with:
57
token: ${{ secrets.CODECOV_TOKEN }}
58
0 commit comments