refactor(ci): provide codecov token via env

https://github.com/codecov/codecov-action/issues/1292
This commit is contained in:
Orhun Parmaksız 2024-04-04 00:03:57 +03:00
parent 44c07a3eb6
commit 2037530078
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ jobs:
flags: unit-tests
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
fixtures:
strategy: