From fb575eb8ceb85a3c12df87bad278748ab9271985 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Tue, 1 Oct 2019 15:11:21 +0100 Subject: [PATCH] Fix codecov.io upload on Windows (#3360) --- ci/azure/unit-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/azure/unit-tests.yml b/ci/azure/unit-tests.yml index 43be5a79d47..7ee5132632f 100644 --- a/ci/azure/unit-tests.yml +++ b/ci/azure/unit-tests.yml @@ -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