From ff375dd3fa92d4c14a253e5ea95a3d3770f217b9 Mon Sep 17 00:00:00 2001 From: Patrick Wei <44277752+pwei1018@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:14:52 -0700 Subject: [PATCH] Update backend-ci.yaml --- .github/workflows/backend-ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/backend-ci.yaml b/.github/workflows/backend-ci.yaml index f6e8f8c9..fbf7de1a 100644 --- a/.github/workflows/backend-ci.yaml +++ b/.github/workflows/backend-ci.yaml @@ -129,6 +129,7 @@ jobs: run: | poetry run pytest - uses: actions/upload-artifact@v4 + if: ${{ hashFiles('coverage.xml') != '' }} with: name: coveragefile path: ${{ inputs.working_directory }}/coverage.xml @@ -137,6 +138,7 @@ jobs: code-coverage: needs: unit-testing runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/download-artifact@v4 with: