Use token for coverage data upload to Codecov (#583)
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
parent
5f4218ba1c
commit
5b30bfd427
|
@ -118,4 +118,5 @@ jobs:
|
||||||
files: ./coverage/coverage.f.info
|
files: ./coverage/coverage.f.info
|
||||||
flags: unittests
|
flags: unittests
|
||||||
name: codecov-umbrella
|
name: codecov-umbrella
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
Loading…
Reference in New Issue