From ddad5bd4841946336985787bfa6e733be7f1ba9d Mon Sep 17 00:00:00 2001 From: RazvanN7 Date: Tue, 21 Sep 2021 11:34:18 +0300 Subject: [PATCH] Disable Azure Codecov for windows --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e041911fcf..770cf84569 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,8 @@ jobs: variables: D_COMPILER: dmd HOST_DMD_VERSION: LATEST - DMD_TEST_COVERAGE: 1 + # Disable actual coverage because of issues with the codecov uploader + # DMD_TEST_COVERAGE: 1 strategy: matrix: x64: