From f6293070ad923d00ac1f569685171a6d41f89214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 04:21:40 +0000 Subject: [PATCH] Bump codecov/codecov-action from 2.0.2 to 2.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.1.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/51d810878be5422784e86451c0e7c14e5860ec47...f32b3a3741e1053eb607407145bc9619351dc93b) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 0bb72cc85ecb6..d66f45613a43a 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,7 +25,7 @@ jobs: # TODO: validate bin/protoc-go.sh does not dirty the repo gotestsum -- -cover -coverprofile=coverage.out -race -v -mod=readonly ./... - name: Upload coverage to Codecov - uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 + uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b with: files: ./coverage.out flags: unittests,golang @@ -47,7 +47,7 @@ jobs: bin/web --frozen-lockfile bin/web test --reporters="jest-progress-bar-reporter" --reporters="./gh_ann_reporter.js" --coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@51d810878be5422784e86451c0e7c14e5860ec47 + uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b with: directory: ./web/app/coverage flags: unittests,javascript