From 5807e0794df9877818ff0a2439cf7a973f9db62e Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Fri, 10 May 2024 09:36:11 +0300 Subject: [PATCH] [ci] Use a token to upload codecov reports Fixes #68 --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 088d436b..1d13dcc0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -137,6 +137,9 @@ jobs: uses: codecov/codecov-action@v4 with: file: ./coverage.info + fail_ci_if_error: true + verbose: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Setup tmate session if: ${{ failure() && runner.debug }}