diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 776ab31..ba2e590 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: false + fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - name: Gradle Local Docker Trial Build