From 20cf0bd1ae395b1c4e53816c8e104b7af7891856 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Thu, 6 Jun 2019 14:53:13 -0400 Subject: [PATCH] Take the token, take it --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d0207351..9d174c6e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,9 +54,7 @@ stages: python setup.py test --coverage --open-files --remote-data displayName: 'Run tests' - - script: codecov -t $codecov_token - env: - codecov_token: $(CODECOV_TOKEN) + - script: codecov -t $(CODECOV_TOKEN) displayName: 'Calculate coverage' - template: azure-templates.yml