Skip to content

Commit 9655f35

Browse files
Bump codecov/codecov-action from 5.5.0 to 5.5.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.0 to 5.5.1. - [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.5.0...v5.5.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 5.5.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70be853 commit 9655f35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
pytest -n auto --cov=./ --cov-report=xml
5959
6060
- name: Upload code coverage to Codecov
61-
uses: codecov/[email protected].0
61+
uses: codecov/[email protected].1
6262
with:
6363
file: ./coverage.xml
6464
flags: unittests
@@ -98,7 +98,7 @@ jobs:
9898
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
9999
100100
- name: Upload mypy coverage to Codecov
101-
uses: codecov/[email protected].0
101+
uses: codecov/[email protected].1
102102
with:
103103
file: mypy_report/cobertura.xml
104104
flags: mypy

0 commit comments

Comments
 (0)