From eaeaa36d2a52453ddd72095156d8c380143a0e03 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Fri, 18 Oct 2019 15:45:00 -0400 Subject: [PATCH] Run coverage testing with no features too --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b832d77..f4dd508 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,6 +62,7 @@ stages: - template: azure/stages.yml parameters: minrust: false + codecov_token: $(CODECOV_TOKEN_SECRET) prefix: "nofeat_" envs: ENV_IS_SET: true