diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 772ecde94..70d6cd0c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,8 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - fail_ci_if_error: true + # https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954/21 + fail_ci_if_error: false # TODO: Fix or replace bundlemon on CI # - name: Analyze bundle size