Skip to content

Commit fb575eb

Browse files
authored
Fix codecov.io upload on Windows (#3360)
1 parent 1ab2279 commit fb575eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/azure/unit-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ steps:
1919
displayName: Run tests
2020

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

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

0 commit comments

Comments
 (0)