ci: fix codecov token not being set correctly
This commit is contained in:
parent
2e67b0194b
commit
e02ff7ec30
|
@ -140,7 +140,8 @@ stages:
|
|||
inputs:
|
||||
script: pipenv run coverage xml
|
||||
- task: CmdLine@2
|
||||
|
||||
env:
|
||||
CODECOV_TOKEN: $(CODECOV_TOKEN)
|
||||
inputs:
|
||||
script: bash <(curl -s https://codecov.io/bash)
|
||||
- stage: Build
|
||||
|
|
Reference in New Issue