From 190349a4af1202c0ccbe2e785128243961afb183 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 9 Oct 2019 14:05:00 -0700 Subject: [PATCH] break azure --- .azure-pipelines/templates/tests-suite.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure-pipelines/templates/tests-suite.yml b/.azure-pipelines/templates/tests-suite.yml index bb54c8eee..3005cf44f 100644 --- a/.azure-pipelines/templates/tests-suite.yml +++ b/.azure-pipelines/templates/tests-suite.yml @@ -29,9 +29,7 @@ jobs: # something goes wrong, each command is suffixed with a command that hides any non zero exit # codes and echoes an informative message instead. - bash: | - curl -s https://codecov.io/bash -o codecov-bash || echo "Failed to download codecov-bash" - chmod +x codecov-bash || echo "Failed to apply execute permissions on codecov-bash" - ./codecov-bash -F windows || echo "Codecov did not collect coverage reports" + ./codecov-bash -F windows condition: eq(variables['TOXENV'], 'py37-cover') env: CODECOV_TOKEN: $(codecov_token)