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