From 1dd8bfc42f691e982306738520d03330a4aeb16b Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Mon, 28 Nov 2022 15:50:56 +0100 Subject: [PATCH] upload to codecov using the token This should fix the timeouts caused by GitHub rate-limiting CodeCov.io https://github.com/codecov/codecov-action/issues/598 --- .github/workflows/ci-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a7e437d1..8e8b1af8 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -74,6 +74,7 @@ jobs: uses: codecov/codecov-action@v3.1.1 with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} tox-style: name: CI linters via Tox