CI: Explicitly configure CODECOV_TOKEN to mitigate intermittent failures (#716)

pull/719/head
Andreas Motl 2022-10-25 16:35:10 -07:00 committed by GitHub
parent 17202e2fa3
commit 3078f35d9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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: