From ab9444bde97c5d432c571732c08b1ce61a469f9f Mon Sep 17 00:00:00 2001 From: Collin Kreklow Date: Wed, 15 May 2024 13:06:16 -0500 Subject: [PATCH] Update Codecov config Added reference to respository token in CI config. --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 217e4b5..89d3aa4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,6 @@ jobs: - name: Upload to Codecov uses: codecov/codecov-action@v4 with: + fail_ci_if_error: true file: ./coverage.txt + token: ${{ secrets.CODECOV_TOKEN }}