Skip to content
forked from pydata/xarray

Commit 2657787

Browse files
Bump codecov/codecov-action from 3.1.2 to 3.1.3 (pydata#7781)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.2 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.2...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 a54d5b3 commit 2657787

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-additional.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
127127
128128
- name: Upload mypy coverage to Codecov
129-
uses: codecov/[email protected].2
129+
uses: codecov/[email protected].3
130130
with:
131131
file: mypy_report/cobertura.xml
132132
flags: mypy
@@ -180,7 +180,7 @@ jobs:
180180
python -m mypy --install-types --non-interactive --cobertura-xml-report mypy_report
181181
182182
- name: Upload mypy coverage to Codecov
183-
uses: codecov/[email protected].2
183+
uses: codecov/[email protected].3
184184
with:
185185
file: mypy_report/cobertura.xml
186186
flags: mypy39

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
path: pytest.xml
140140

141141
- name: Upload code coverage to Codecov
142-
uses: codecov/[email protected].2
142+
uses: codecov/[email protected].3
143143
with:
144144
file: ./coverage.xml
145145
flags: unittests

0 commit comments

Comments
 (0)