summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2018-11-06 17:22:47 +0000
committerGitHub <noreply@github.com>2018-11-06 17:22:47 +0000
commit4116de9e34b1ee13d3d8959b4b357d4da4649534 (patch)
tree73519917eebbdc473975e3979bde545ac51efd95 /azure-pipelines.yml
parent84071c654edc88968ef472d4ee38cbc0519c2db6 (diff)
downloadtox-git-4116de9e34b1ee13d3d8959b4b357d4da4649534.tar.gz
enable coverage report for forks (#1055)
coverage report from fork
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 0 insertions, 3 deletions
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