From 4116de9e34b1ee13d3d8959b4b357d4da4649534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Tue, 6 Nov 2018 17:22:47 +0000 Subject: enable coverage report for forks (#1055) coverage report from fork --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 20b221ff..1bcc6d23 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,14 +32,12 @@ jobs: - job: notify_build_start pool: {vmImage: 'Ubuntu 16.04'} steps: - - script: echo start - script: | printenv && \ curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter && \ chmod +x ./cc-test-reporter && \ ./cc-test-reporter before-build -d displayName: notify code climate of new build - condition: eq(variables['system.pullrequest.isfork'], false) - template: azure-run-tox-env.yml parameters: {tox: fix_lint, python: 3.7} @@ -80,7 +78,6 @@ jobs: - job: report_coverage pool: {vmImage: 'Ubuntu 16.04'} - condition: eq(variables['system.pullrequest.isfork'], false) dependsOn: - windows_py37 - windows_py36 -- cgit v1.2.1