From 5f252d61de5db3d8cd393b1f6c39bb3c8e4c30b5 Mon Sep 17 00:00:00 2001 From: Patrick Wei <44277752+pwei1018@users.noreply.github.com> Date: Thu, 29 Aug 2024 00:20:24 -0700 Subject: [PATCH] Update frontend-ci.yaml --- .github/workflows/frontend-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-ci.yaml b/.github/workflows/frontend-ci.yaml index 0f693c21..d9867b81 100644 --- a/.github/workflows/frontend-ci.yaml +++ b/.github/workflows/frontend-ci.yaml @@ -119,13 +119,13 @@ jobs: code-coverage: needs: unit-testing-pnpm runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/download-artifact@v4 with: name: coveragefile - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 - continue-on-error: true with: file: coverage.xml flags: ${{ inputs.codecov_flag }} @@ -235,13 +235,13 @@ jobs: code-coverage-npm: needs: unit-testing-npm runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/download-artifact@v4 with: name: coveragefile - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 - continue-on-error: true with: file: coverage.xml flags: ${{ inputs.codecov_flag }}