chore: Pass in a token to codecov to prevent build breaks (#180)
Signed-off-by: Justin Abrahms <jabrahms@ebay.com>
This commit is contained in:
parent
79cc1250fb
commit
bf985b9bdd
|
|
@ -44,6 +44,7 @@ jobs:
|
|||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
flags: unittests # optional
|
||||
name: coverage # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue