From 3078f35d9c4a3de1b04bec363f0b084e8a79970b Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 25 Oct 2022 16:35:10 -0700 Subject: [PATCH] CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent failures (#716) --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 27c44d59..9f00c7f7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,6 +51,7 @@ jobs: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} BARE: ${{ matrix.bare }} + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} name: Python ${{ matrix.python-version }} on ${{ matrix.os }} (bare=${{ matrix.bare }}) steps: