Don't run coverage for now

We need https://github.com/greenmail-mail-test/greenmail/issues/284 to
be resolved first, because native-tls uses an up-to-date openssl
version, which rejects Greenmail's cert
This commit is contained in:
Jon Gjengset 2019-09-03 12:14:35 -04:00
parent 533d2dd5f9
commit 5de7a70fc8
No known key found for this signature in database
GPG key ID: FAEA8B761ADA5F4C

View file

@ -70,6 +70,7 @@ stages:
jobs: jobs:
- template: azure/style.yml@templates - template: azure/style.yml@templates
- stage: coverage - stage: coverage
condition: never() # https://github.com/greenmail-mail-test/greenmail/issues/284
displayName: Code coverage displayName: Code coverage
dependsOn: test dependsOn: test
jobs: jobs:
@ -89,7 +90,7 @@ resources:
endpoint: jonhoo endpoint: jonhoo
containers: containers:
- container: greenmail - container: greenmail
image: greenmail/standalone:1.5.9 image: greenmail/standalone:1.5.10
ports: ports:
- 3025:3025 - 3025:3025
- 3110:3110 - 3110:3110