Skip to content

Commit 403caf2

Browse files
Bump codecov/codecov-action from 6 to 7 (#928)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6 to 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@v6...v7) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67e7b63 commit 403caf2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
. testenv/bin/activate
110110
python -m pytest --cov-report term-missing --cov=rioxarray --cov-report xml
111111
112-
- uses: codecov/codecov-action@v6
112+
- uses: codecov/codecov-action@v7
113113

114114

115115
conda_test:
@@ -185,7 +185,7 @@ jobs:
185185
run: |
186186
micromamba run -n test sphinx-build -b html docs/ docs/_build/
187187
188-
- uses: codecov/codecov-action@v6
188+
- uses: codecov/codecov-action@v7
189189

190190

191191
test_latest:

0 commit comments

Comments
 (0)