Skip to content

Commit 782c9e3

Browse files
Bump codecov/codecov-action from 3.1.1 to 3.1.3 (#433)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3.1.1...v3.1.3) --- 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 45bc030 commit 782c9e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
pytest -n auto --cov=./ --cov-report=xml
5252
- name: Upload code coverage to Codecov
53-
uses: codecov/[email protected].1
53+
uses: codecov/[email protected].3
5454
with:
5555
file: ./coverage.xml
5656
flags: unittests
@@ -91,7 +91,7 @@ jobs:
9191
run: |
9292
pytest -n auto --cov=./ --cov-report=xml
9393
- name: Upload code coverage to Codecov
94-
uses: codecov/[email protected].1
94+
uses: codecov/[email protected].3
9595
with:
9696
file: ./coverage.xml
9797
flags: unittests
@@ -155,7 +155,7 @@ jobs:
155155
run: |
156156
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report cf_xarray/
157157
- name: Upload mypy coverage to Codecov
158-
uses: codecov/[email protected].1
158+
uses: codecov/[email protected].3
159159
with:
160160
file: mypy_report/cobertura.xml
161161
flags: mypy

0 commit comments

Comments
 (0)