From cf5924a413e08e331451a68278330300f418149f Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Wed, 25 Sep 2024 20:59:18 +0800 Subject: [PATCH] Temporarily disable codecov until can get approval on new org --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7db0651..c054a864 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: if: ${{ endsWith(github.ref, '/master') || startsWith(github.ref, 'refs/tags/') }} uses: codecov/codecov-action@v4 with: - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} - name: Gradle Local Docker Trial Build