From a42ea877d565ea18e8d5efbdf1b885f9e2153c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 15:03:04 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4.1.0 to 4.1.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e8f8136..a542cc8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,7 +37,7 @@ jobs: cache: true - run: go test ./... -v -coverprofile=./coverage.txt -race -vet=off - name: Upload coverage data - uses: codecov/codecov-action@v4.1.0 + uses: codecov/codecov-action@v4.1.1 with: file: ./coverage.txt - uses: actions/upload-artifact@v4 From e58431e7a21a535a6d823784a5fb6f0bccb29947 Mon Sep 17 00:00:00 2001 From: Shunsuke Wakamatsu <50093633+mazrean@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:57:45 +0900 Subject: [PATCH 2/2] Update ci.yaml --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a542cc8..091466f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,6 +40,8 @@ jobs: uses: codecov/codecov-action@v4.1.1 with: file: ./coverage.txt + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - uses: actions/upload-artifact@v4 with: name: coverage.txt