Skip to content

Commit

Permalink
Update .azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold authored Jan 23, 2025
1 parent 3cc91fc commit e8e00e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
artifactName: debug-data
condition: eq(variables['TEST_TYPE'], 'coverage')

- task: PublishBuildArtifacts@1
inputs:
pathToPublish: '$(Pipeline.Workspace)/s/scanpy/tests/_images'
artifactName: drop

- script: bash <(curl -s https://codecov.io/bash)
displayName: 'Upload to codecov.io'
condition: eq(variables['TEST_TYPE'], 'coverage')
Expand Down

0 comments on commit e8e00e6

Please sign in to comment.