Explicitly add codecov token to action, see codecov/codecov-action#557

Fixes #2763
This commit is contained in:
Cosimo Lupo 2022-09-20 10:33:50 +01:00 committed by GitHub
parent 6e6b86d41a
commit e8efe9817e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,8 @@ jobs:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
# see https://github.com/codecov/codecov-action/issues/557
token: ${{ secrets.CODECOV_TOKEN }}
test-cython:
runs-on: ubuntu-latest