diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 283edd5703..919e030548 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,6 +202,11 @@ jobs: ENABLE_TEST_REPORTER: true TEST_LIST: ${{ tojson(fromjson(needs.runner-indexes-vitest.outputs.test_list_array)[matrix.runner-index]) }} + - name: Upload coverage using the Action + uses: codecov/codecov-action@v5.0.0-beta + with: + fail_ci_if_error: true + - name: Upload test results to Codecov uses: codecov/test-results-action@v1 if: ${{ !cancelled() && !github.event.pull_request.head.repo.fork && github.repository_owner == 'codecov'}}