Skip to content

Commit

Permalink
Remove codecov step from Azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
barentsen committed Sep 12, 2019
1 parent 3f346ca commit e045c1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .azure-template.yml
Expand Up @@ -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:
Expand Down

0 comments on commit e045c1f

Please sign in to comment.