Use token for coverage data upload to Codecov (#583)

Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
Slava 2023-10-18 14:35:46 +03:00 committed by GitHub
parent 5f4218ba1c
commit 5b30bfd427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -118,4 +118,5 @@ jobs:
files: ./coverage/coverage.f.info
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true