From 0cb03783cd31614ca9d937e4d85bdec70fbbbd7d Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Mon, 20 May 2024 17:12:43 -0500 Subject: [PATCH] add codecov token --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60f5dff..42e4aa5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -47,4 +47,4 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false \ No newline at end of file + fail_ci_if_error: true \ No newline at end of file