diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 481d653fd3a..6441cc842e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: run: cargo llvm-cov --workspace ${{ matrix.features }} --lcov --target ${{ matrix.target }} --output-path lcov.info - name: Upload Coverage to Codecov - if: ${{ env.WITH_COVERAGE == 'false' && matrix.build == 'darwin-arm64' }} + if: ${{ env.WITH_COVERAGE == 'true' && matrix.test != 'false' }} uses: Wandalen/wretry.action@v3 with: action: codecov/codecov-action@v4