We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab2279 commit fb575ebCopy full SHA for fb575eb
ci/azure/unit-tests.yml
@@ -19,7 +19,8 @@ steps:
19
displayName: Run tests
20
21
- bash: |
22
- bash <(curl https://codecov.io/bash) -t 688f4d53-31bb-49b5-8370-4ce6f792cf3d
+ curl https://codecov.io/bash > codecov.sh
23
+ bash codecov.sh -t 688f4d53-31bb-49b5-8370-4ce6f792cf3d
24
displayName: Upload coverage to codecov.io
25
26
# TODO: publish coverage results to Azure, once we can merge them across
0 commit comments