diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8d85d29a..cb2b3266ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: - name: Test run: npm run test - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} - name: Build run: npm run build