From 68931f9d37316ecf8ffd8f1f3e46d3b0ec185073 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 6 Mar 2021 15:05:20 -0800 Subject: [PATCH] Does coverage work again? --- azure-pipelines.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa6917d..9b679f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,14 +68,13 @@ jobs: - template: install-rust.yml@templates - script: cargo test --tests displayName: cargo test -# https://github.com/greenmail-mail-test/greenmail/issues/284 -# - template: coverage.yml@templates -# parameters: -# token: $(CODECOV_TOKEN_SECRET) -# services: -# greenmail: greenmail -# envs: -# TEST_HOST: greenmail + - template: coverage.yml@templates + parameters: + token: $(CODECOV_TOKEN_SECRET) + services: + greenmail: greenmail + envs: + TEST_HOST: greenmail resources: repositories: