ci: use codecov token

This commit is contained in:
Sergiu Deitsch 2021-12-06 21:34:08 +01:00 committed by Sergiu Deitsch
parent 6e9b2f16f5
commit ee6faf13b2
3 changed files with 3 additions and 0 deletions

View File

@ -138,5 +138,6 @@ jobs:
if: matrix.build_type == 'Debug'
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

View File

@ -83,5 +83,6 @@ jobs:
if: matrix.build_type == 'Debug'
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true

View File

@ -158,5 +158,6 @@ jobs:
if: matrix.build_type == 'Debug'
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true