From a44db9c5b49a6f6f9f18b939300aa9aca6ac9ab2 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 23 Jun 2024 18:31:20 +0200 Subject: [PATCH] feat added continue on error for codecov --- .github/workflows/jest-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/jest-test.yaml b/.github/workflows/jest-test.yaml index 133fccc2..678db236 100644 --- a/.github/workflows/jest-test.yaml +++ b/.github/workflows/jest-test.yaml @@ -21,6 +21,7 @@ jobs: run: | cd frontend yarn test + continue-on-error: true - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: