Skip to content

Commit 2f3e8fd

Browse files
Bump codecov/codecov-action from 5.0.2 to 5.0.7 (#2425)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.0.7. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.0.2...v5.0.7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e76607 commit 2f3e8fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pytest --cov --cov-report=xml
4848
python3 -m torchgeo --help
4949
- name: Report coverage
50-
uses: codecov/[email protected].2
50+
uses: codecov/[email protected].7
5151
with:
5252
token: ${{ secrets.CODECOV_TOKEN }}
5353
minimum:
@@ -80,7 +80,7 @@ jobs:
8080
pytest --cov --cov-report=xml
8181
python3 -m torchgeo --help
8282
- name: Report coverage
83-
uses: codecov/[email protected].2
83+
uses: codecov/[email protected].7
8484
with:
8585
token: ${{ secrets.CODECOV_TOKEN }}
8686
datasets:
@@ -111,7 +111,7 @@ jobs:
111111
pytest --cov --cov-report=xml
112112
python3 -m torchgeo --help
113113
- name: Report coverage
114-
uses: codecov/[email protected].2
114+
uses: codecov/[email protected].7
115115
with:
116116
token: ${{ secrets.CODECOV_TOKEN }}
117117
concurrency:

0 commit comments

Comments
 (0)