ci: fix codecov token not being set correctly

This commit is contained in:
Jens L 2020-05-29 09:18:17 +02:00
parent 2e67b0194b
commit e02ff7ec30
1 changed files with 2 additions and 1 deletions

View File

@ -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