diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f557817..97d49db 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -100,7 +100,8 @@ jobs: run: go test -race -v ./... -coverprofile=coverage.out -covermode=atomic - name: Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: - token: ${{secrets.CODECOV_TOKEN}} + token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.out + fail_ci_if_error: true