ci: fix codecov

This commit is contained in:
Alexander Akait 2024-07-31 11:40:10 +03:00 committed by GitHub
commit 31fe817797
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -60,6 +60,8 @@ jobs:
with:
flags: basic
functionalities: gcov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
validate-legacy-node:
runs-on: ubuntu-latest
steps:
@ -94,6 +96,8 @@ jobs:
with:
flags: unit
functionalities: gcov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
integration:
needs: basic
strategy:
@ -183,3 +187,5 @@ jobs:
with:
flags: integration
functionalities: gcov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}