Skip to content

Commit c623ad7

Browse files
Bump codecov/codecov-action from 1.5.2 to 2.0.1 (#273)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1. - [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.5.2...v2.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
1 parent 4a83b05 commit c623ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
sed -i.bak "/$(echo $filename | sed 's/\//\\\//g')/d" coverage.txt
151151
done
152152
if: env.GIT_DIFF
153-
- uses: codecov/codecov-action@v1.5.2
153+
- uses: codecov/codecov-action@v2.0.1
154154
with:
155155
file: ./coverage.txt
156156
if: env.GIT_DIFF

0 commit comments

Comments
 (0)