Skip to content

Commit 4713586

Browse files
Bump codecov/codecov-action from 1 to 2.0.2 (#1376)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8db95ec commit 4713586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
if: >
9292
matrix.operating-system == 'ubuntu-20.04' &&
9393
github.event_name == 'push'
94-
uses: codecov/codecov-action@v1
94+
uses: codecov/codecov-action@v2.0.2
9595
with:
9696
file: ./coverage_unit.txt
9797
flags: unit
@@ -100,7 +100,7 @@ jobs:
100100
if: >
101101
matrix.operating-system == 'ubuntu-20.04' &&
102102
github.event_name == 'push'
103-
uses: codecov/codecov-action@v1
103+
uses: codecov/codecov-action@v2.0.2
104104
with:
105105
file: ./coverage_legacy.txt
106106
flags: unit
@@ -109,7 +109,7 @@ jobs:
109109
if: >
110110
matrix.operating-system == 'ubuntu-20.04' &&
111111
github.event_name == 'push'
112-
uses: codecov/codecov-action@v1
112+
uses: codecov/codecov-action@v2.0.2
113113
with:
114114
file: ./coverage_integ.txt
115115
flags: integ

0 commit comments

Comments
 (0)