From 0c9c0da9636f06cfc15009d51e9b691f0f90f3fe Mon Sep 17 00:00:00 2001 From: Arr00 <13561405+arr00@users.noreply.github.com> Date: Thu, 14 Dec 2023 11:07:39 -1000 Subject: [PATCH] Fail CI if coverage upload fails --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6ed1db01..64ed19f1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,9 @@ jobs: run: yarn coverage - name: "Upload coverage to Codecov" uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: true lint: runs-on: ubuntu-latest steps: