Skip to content

Commit daf882c

Browse files
Bump codecov/codecov-action from 4 to 5 (#832)
Bumps [codecov/codecov-action](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f782500 commit daf882c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
. testenv/bin/activate
9090
python -m pytest --cov-report term-missing --cov=rioxarray --cov-report xml
9191
92-
- uses: codecov/codecov-action@v4
92+
- uses: codecov/codecov-action@v5
9393

9494

9595
conda_test:
@@ -164,7 +164,7 @@ jobs:
164164
run: |
165165
micromamba run -n test sphinx-build -b html docs/ docs/_build/
166166
167-
- uses: codecov/codecov-action@v4
167+
- uses: codecov/codecov-action@v5
168168

169169

170170
test_latest:

0 commit comments

Comments
 (0)