From f02a936f53763bd3f474e493d186f61270dc7e64 Mon Sep 17 00:00:00 2001 From: Danny Pesses Date: Fri, 23 Feb 2024 12:26:14 -0800 Subject: [PATCH] fix: updated coverage workflow --- .github/workflows/ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b2cd33..b7e7c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,15 +27,6 @@ jobs: - name: Workaround for checkout/issues/1169 run: git config --global --add safe.directory "$GITHUB_WORKSPACE" - - name: Confirm Config Updated with Workaround - run: git config safe.directory - - - name: Alternate Workaround for checkout/issues/1169 - run: git config --system --add safe.directory "$GITHUB_WORKSPACE" - - - name: Confirm Config Updated with Alternative Workaround - run: git config safe.directory - - name: 🏗 Setup Node uses: actions/setup-node@v4 with: @@ -87,8 +78,10 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true verbose: true - files: ./coverage-final.json,./coverage/coverage-final.json + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} deploy: name: Deploy