Skip to content

Commit 6f10a68

Browse files
Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#296)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.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@v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0afa15a commit 6f10a68

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@v2.0.1
153+
- uses: codecov/codecov-action@v2.0.2
154154
with:
155155
file: ./coverage.txt
156156
if: env.GIT_DIFF

0 commit comments

Comments
 (0)