From a2e52561804c6cd9392ebf0048ca64fe4af67a43 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 6 Feb 2021 08:03:04 -0500 Subject: [PATCH] CI should also run on master Otherwise codecov diff is incorrect. --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8c683165..bd22e7d4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,6 @@ stages: arguments: './...' - job: coverage displayName: "coverage" - condition: ne(variables['Build.SourceBranchName'], 'master') pool: vmImage: ubuntu-latest steps: