Skip to content

Commit a74318c

Browse files
[MNT] Bump codecov/codecov-action from 4 to 5 in the github-actions group (#71)
* [MNT] Bump codecov/codecov-action in the github-actions group Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Delete tsml/distance_based/_mpdist.py * Update __init__.py --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Middlehurst <[email protected]>
1 parent f47be29 commit a74318c

File tree

4 files changed

+2
-172
lines changed

4 files changed

+2
-172
lines changed

.github/workflows/periodic_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
- name: Run tests
8181
run: python -m pytest -n logical --cov=aeon --cov-report=xml --timeout 1800
8282

83-
- uses: codecov/codecov-action@v4
83+
- uses: codecov/codecov-action@v5
8484
env:
8585
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/pr_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
- name: Tests
7676
run: python -m pytest -n logical --cov=tsml_eval --cov-report=xml --timeout 1800
7777

78-
- uses: codecov/codecov-action@v4
78+
- uses: codecov/codecov-action@v5
7979
env:
8080
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

tsml/distance_based/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
__all__ = [
44
"GRAILClassifier",
5-
"MPDistClassifier",
65
]
76

87
from tsml.distance_based._grail import GRAILClassifier
9-
from tsml.distance_based._mpdist import MPDistClassifier

tsml/distance_based/_mpdist.py

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)