We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd7132 commit 2b3489bCopy full SHA for 2b3489b
ci/azure/unit-tests.yml
@@ -13,6 +13,10 @@ steps:
13
--cov=xarray --cov-config=ci/.coveragerc --cov-report=xml $EXTRA_FLAGS
14
displayName: Run tests
15
16
+- bash: |
17
+ bash <(curl https://codecov.io/bash) -t 688f4d53-31bb-49b5-8370-4ce6f792cf3d
18
+ displayName: Upload coverage to codecov.io
19
+
20
# TODO: publish coverage results to Azure, once we can merge them across
21
# multiple jobs: https://stackoverflow.com/questions/56776185
22
0 commit comments