Compare commits

...

2 Commits

Author SHA1 Message Date
Orhun Parmaksız 89376cbff6
Merge branch 'master' into dependabot/cargo/tokio-1.37.0 2024-04-04 00:04:11 +03:00
Orhun Parmaksız 2037530078
refactor(ci): provide codecov token via env
https://github.com/codecov/codecov-action/issues/1292
2024-04-04 00:03:57 +03:00
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: