From 01fb787bbfecee68c9d3a96c882fabf74e4fa0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 May 2021 00:53:25 +0000 Subject: [PATCH] build(deps): Bump codecov/codecov-action from v1.0.13 to v1.5.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.13 to v1.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.13...a1ed4b322b4b38cb846afb5a0ebfa17086917d27) Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7174c1b3546..8a7c62e6f22 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -54,7 +54,7 @@ jobs: run: | cat xaa.txt | xargs go test -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v1.5.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -80,7 +80,7 @@ jobs: run: | cat xab.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v1.5.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -106,7 +106,7 @@ jobs: run: | cat xac.txt | xargs go test -mod=readonly -timeout 10m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v1.5.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''" @@ -132,7 +132,7 @@ jobs: run: | cat xad.txt | xargs go test -mod=readonly -timeout 5m -race -coverprofile=coverage.txt -covermode=atomic if: "env.GIT_DIFF != ''" - - uses: codecov/codecov-action@v1.0.13 + - uses: codecov/codecov-action@v1.5.0 with: file: ./coverage.txt if: "env.GIT_DIFF != ''"