Skip to content

Commit 4be96ff

Browse files
Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#571)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2. - [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.4.0...v5.4.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.4.2 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 f0b7eb5 commit 4be96ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
pytest -n auto --cov=./ --cov-report=xml
7272
- name: Upload code coverage to Codecov
73-
uses: codecov/[email protected].0
73+
uses: codecov/[email protected].2
7474
with:
7575
file: ./coverage.xml
7676
flags: unittests
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
111111
- name: Upload mypy coverage to Codecov
112-
uses: codecov/[email protected].0
112+
uses: codecov/[email protected].2
113113
with:
114114
file: mypy_report/cobertura.xml
115115
flags: mypy

0 commit comments

Comments
 (0)