From 30a52f4ece777a60f1803fc1d69eb11e4ad2146f Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 4 May 2020 13:17:02 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b7ec27d15..02d8fce7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -46,7 +46,7 @@ steps: - task: PublishCodeCoverageResults@1 inputs: - codeCoverageTool: "Cobertura" + codeCoverageTool: "Jacoco" summaryFileLocation: "$(System.DefaultWorkingDirectory)/report/**/site/jacoco-aggregate/jacoco.xml" failIfCoverageEmpty: true