diff --git a/.azure-template.yml b/.azure-template.yml index ae0a0f31e..d3a5feb1e 100644 --- a/.azure-template.yml +++ b/.azure-template.yml @@ -18,10 +18,6 @@ steps: displayName: 'Upload coverage.xml' condition: eq(variables['Agent.JobName'], 'Linux Python37_WithRemoteData') -- script: bash <(curl https://codecov.io/bash) - displayName: 'Run codecov' - condition: eq(variables['Agent.JobName'], 'Linux Python37_WithRemoteData') - - task: PublishTestResults@2 condition: succeededOrFailed() inputs: