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