Skip to content

Commit

Permalink
Merge pull request spacetelescope#14 from zacharyburnett/fix/azure_co…
Browse files Browse the repository at this point in the history
…decov_windows

use `bash` shell for Windows environment
  • Loading branch information
mcara authored Jun 21, 2022
2 parents 2e20eb4 + 531042e commit b2ce4b1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,7 @@ jobs:
codecov -t $codecov_token
env:
codecov_token: $(CODECOV_TOKEN)
condition: ne( variables['Agent.OS'], 'Windows_NT' )
displayName: codecov upload on Linux/Darwin
- powershell: |
codecov -t "$(CODECOV_TOKEN)"
condition: eq( variables['Agent.OS'], 'Windows_NT' )
displayName: codecov upload on Windows
displayName: codecov upload
- task: PublishTestResults@2
condition: succeededOrFailed()
Expand Down

0 comments on commit b2ce4b1

Please sign in to comment.