Explicitly add codecov token to action, see codecov/codecov-action#557
Fixes #2763
This commit is contained in:
parent
6e6b86d41a
commit
e8efe9817e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user