From 1ddaa4ebd824392e4b18b02bc11400bd9d468ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 14:36:38 +0000 Subject: [PATCH] Bump codecov/codecov-action from v1.0.7 to v1.0.15 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.7 to v1.0.15. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v1.0.7...239febf655bba88b16ff5dea1d3135ea8663a1f9) Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e13f97..7c56031 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,6 +16,6 @@ jobs: - run: make build - run: | go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic - - uses: codecov/codecov-action@v1.0.7 + - uses: codecov/codecov-action@v1.0.15 with: file: ./coverage.txt