Skip to content

Commit

Permalink
Fix codecov.io upload on Windows (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky authored Oct 1, 2019
1 parent 1ab2279 commit fb575eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/azure/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ steps:
displayName: Run tests

- bash: |
bash <(curl https://codecov.io/bash) -t 688f4d53-31bb-49b5-8370-4ce6f792cf3d
curl https://codecov.io/bash > codecov.sh
bash codecov.sh -t 688f4d53-31bb-49b5-8370-4ce6f792cf3d
displayName: Upload coverage to codecov.io

# TODO: publish coverage results to Azure, once we can merge them across
Expand Down

0 comments on commit fb575eb

Please sign in to comment.