From e2649d271c0f586532ec78f2ff8a13a2346f5651 Mon Sep 17 00:00:00 2001 From: drivebyer Date: Mon, 23 Oct 2023 16:37:21 +0800 Subject: [PATCH] marking false Signed-off-by: drivebyer --- .github/workflows/operator-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/operator-ci.yaml b/.github/workflows/operator-ci.yaml index 86e32aa14..205339b76 100644 --- a/.github/workflows/operator-ci.yaml +++ b/.github/workflows/operator-ci.yaml @@ -57,10 +57,10 @@ jobs: - name: Run Go Tests with coverage run: go test ./... -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: file: ./coverage.txt - fail_ci_if_error: true + fail_ci_if_error: false verbose: true code_quality_golang_ci_lint: