Skip to content

Commit 2b3489b

Browse files
authored
Upload coverage from Azure to codecov.io (#3064)
* WIP: use codecov.io * Always use bash * use codecov.token directly * fixup * include token directly
1 parent 1cd7132 commit 2b3489b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/azure/unit-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ steps:
1313
--cov=xarray --cov-config=ci/.coveragerc --cov-report=xml $EXTRA_FLAGS
1414
displayName: Run tests
1515

16+
- bash: |
17+
bash <(curl https://codecov.io/bash) -t 688f4d53-31bb-49b5-8370-4ce6f792cf3d
18+
displayName: Upload coverage to codecov.io
19+
1620
# TODO: publish coverage results to Azure, once we can merge them across
1721
# multiple jobs: https://stackoverflow.com/questions/56776185
1822

0 commit comments

Comments
 (0)