From 54b25e3a7afe8a1353064c960098c8a440c00042 Mon Sep 17 00:00:00 2001 From: Hamzah Ullah Date: Fri, 17 May 2024 09:50:10 -0400 Subject: [PATCH] fix: update codecov ci (#1228) --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8d85d29a..cb2b3266ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: - name: Test run: npm run test - name: Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} - name: Build run: npm run build