diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7db4a5a2..248ddcffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,11 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: 'yarn' + - uses: codecov/codecov-action@v5 + with: + fail_ci_if_error: true + flags: node + token: ${{ secrets.CODECOV_TOKEN }} - run: yarn install --immutable - name: Turbo cache uses: actions/cache@v3