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 9b7bd1b + a74318c commit 283663dCopy full SHA for 283663d
.github/workflows/periodic_tests.yml
@@ -80,6 +80,6 @@ jobs:
80
- name: Run tests
81
run: python -m pytest -n logical --cov=aeon --cov-report=xml --timeout 1800
82
83
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
84
env:
85
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/pr_pytest.yml
@@ -75,6 +75,6 @@ jobs:
75
- name: Tests
76
run: python -m pytest -n logical --cov=tsml_eval --cov-report=xml --timeout 1800
77
78
79
0 commit comments