From e02ff7ec300ce2a86074d42f50c411a2e900d446 Mon Sep 17 00:00:00 2001 From: Jens L Date: Fri, 29 May 2020 09:18:17 +0200 Subject: [PATCH] ci: fix codecov token not being set correctly --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 589bcbaeb..37e37ef79 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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