From cd42a1dbe901f2063afd10be002d6dbe41deda75 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Fri, 31 Jan 2020 16:32:54 -0800 Subject: [PATCH] Add mac code coverage --- .../{linux_coverage.yaml => linux-coverage.yaml} | 0 azure-pipelines/mac-coverage.yaml | 12 ++++++++++++ 2 files changed, 12 insertions(+) rename azure-pipelines/{linux_coverage.yaml => linux-coverage.yaml} (100%) create mode 100644 azure-pipelines/mac-coverage.yaml diff --git a/azure-pipelines/linux_coverage.yaml b/azure-pipelines/linux-coverage.yaml similarity index 100% rename from azure-pipelines/linux_coverage.yaml rename to azure-pipelines/linux-coverage.yaml diff --git a/azure-pipelines/mac-coverage.yaml b/azure-pipelines/mac-coverage.yaml new file mode 100644 index 00000000..d708b511 --- /dev/null +++ b/azure-pipelines/mac-coverage.yaml @@ -0,0 +1,12 @@ +variables: + architecture: "x64" + python.version: "3.8" + +jobs: + - job: 'Coverage' + pool: + name: Azure Pipelines + demands: java + vmImage: "macOS-10.13" + steps: + - template: "templates/coverage.yml" \ No newline at end of file