From 99f8a2a010d2b06685f38c92d5532541d64b1b2f Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Wed, 25 Mar 2020 13:21:25 -0400 Subject: [PATCH] Fix codecov on pull requests (#344) --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 694bb0f..f875a31 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,7 +62,9 @@ stages: - task: Bash@3 inputs: targetType: 'inline' - script: 'bash <(curl -s https://codecov.io/bash) -t $(CODECOV_TOKEN)' + script: 'bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}' + env: + CODECOV_TOKEN: $(CODECOV_TOKEN) - job: benchmark displayName: "benchmark" pool: