From dbda70d977d172f7783ec6657da4b7fe6b65bd8d Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Thu, 25 Apr 2024 13:59:25 -0400 Subject: [PATCH] updating codecov --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82a37dab..3b21fc1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,10 @@ jobs: - name: All tests run: npm run test - name: Upload coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} test-code-examples: name: Check typedocs permissions: