From 96b87505ed5330d84f774ab11464a7f90e3a012e Mon Sep 17 00:00:00 2001 From: joshmc Date: Mon, 19 Oct 2020 19:30:32 +0100 Subject: [PATCH] NOISSUE - Set task name + pass xml flag --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 88213dd9..30863886 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,12 +41,12 @@ steps: # Linux - script: | cargo install cargo-tarpaulin - cargo tarpaulin + cargo tarpaulin --out Xml displayName: Cargo tarpaulin condition: eq(variables['Agent.OS'], 'Linux') # Linux - - task: + - task: Publish Code Coverage Metrics inputs: codeCoverageTool: Cobertura summaryFileLocation: cobertura.xml