diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0113365..89844af 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,8 +1,12 @@ 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 + doctests: true resources: repositories: