From d4a225b8738116c8bb88eb581cf1cb0406bbb159 Mon Sep 17 00:00:00 2001 From: Levi Blaney Date: Wed, 22 May 2024 00:11:46 +0000 Subject: [PATCH] make sure to send the codecov token when uploading coverage --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a109cb2..6494b234 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,8 @@ jobs: uses: codecov/codecov-action@v3.1.6 with: flags: unit - fail_ci_if_error: true + fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} multi: needs: pre_commit