From 1cde56d6b2077f9b55a35538845bf1d49bc84388 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 10 Feb 2020 16:14:58 -0500 Subject: [PATCH] Try coverage on nightly tarpaulin needs rust-lang/rust#56925 to get coverage for doctests, which is only available on nightly. --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0113365..1714d42 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,11 @@ jobs: - template: default.yml@templates parameters: - codecov_token: $(CODECOV_TOKEN_SECRET) minrust: 1.40.0 # map_get_key_value + - template: coverage.yml@templates + parameters: + token: $(CODECOV_TOKEN_SECRET) + nightly: true resources: repositories: