From e937dfea1c7603fdc576c9c619cbf74903278d48 Mon Sep 17 00:00:00 2001 From: Bernhard Manfred Gruber Date: Mon, 5 Sep 2022 18:59:17 +0200 Subject: [PATCH] Add codecov token This should help use avoid rate limits with the GitHub CI which lead to CI failures. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 18769333b3..7f45cc25f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -101,6 +101,7 @@ jobs: - name: upload coverage report uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true verbose: true