Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
moving to the bash task for windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 22, 2019
1 parent 48c596e commit 81640ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .azure-pipelines/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ steps:
reportDirectory: coverage/lcov-report
condition: succeededOrFailed()

- script: |
bash <(curl https://codecov.io/bash) -t $(CODECOV_TOKEN) -f coverage/cobertura-coverage.xml
- bash: |
bash <(curl https://codecov.io/bash) -t $(TOKEN) -f coverage/cobertura-coverage.xml
displayName: 'codecov'
condition: succeededOrFailed()
env:
TOKEN: $(CODECOV_TOKEN)
- task: CopyFiles@2
inputs:
Expand Down

0 comments on commit 81640ff

Please # to comment.