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