diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5d5e3430d..ba965e32c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: action: codecov/codecov-action@v3 with: | token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false + fail_ci_if_error: true files: ./build/reports/jacoco/test/jacocoTestReport.xml - uses: actions/upload-artifact@v3