Just comment it out
This commit is contained in:
parent
5de7a70fc8
commit
8ac9f8d079
1 changed files with 12 additions and 12 deletions
|
|
@ -69,18 +69,18 @@ stages:
|
||||||
dependsOn: check
|
dependsOn: check
|
||||||
jobs:
|
jobs:
|
||||||
- template: azure/style.yml@templates
|
- template: azure/style.yml@templates
|
||||||
- stage: coverage
|
# https://github.com/greenmail-mail-test/greenmail/issues/284
|
||||||
condition: never() # https://github.com/greenmail-mail-test/greenmail/issues/284
|
# - stage: coverage
|
||||||
displayName: Code coverage
|
# displayName: Code coverage
|
||||||
dependsOn: test
|
# dependsOn: test
|
||||||
jobs:
|
# jobs:
|
||||||
- template: azure/coverage.yml@templates
|
# - template: azure/coverage.yml@templates
|
||||||
parameters:
|
# parameters:
|
||||||
codecov_token: $(CODECOV_TOKEN_SECRET)
|
# codecov_token: $(CODECOV_TOKEN_SECRET)
|
||||||
services:
|
# services:
|
||||||
greenmail: greenmail
|
# greenmail: greenmail
|
||||||
envs:
|
# envs:
|
||||||
TEST_HOST: greenmail
|
# TEST_HOST: greenmail
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
repositories:
|
repositories:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue