diff --git a/.github/workflows/golang-ci.yaml b/.github/workflows/golang-ci.yaml index 0006644..c95df60 100644 --- a/.github/workflows/golang-ci.yaml +++ b/.github/workflows/golang-ci.yaml @@ -26,7 +26,10 @@ jobs: - name: Run Tests run: | go test -race -v -coverprofile=coverage.txt -covermode=atomic ./... - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 + with: + fail_ci_if_error: true + verbose: true build: name: Go build