From fdb7106ffa6376765bbcd8a8500f701bdd3c0ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Sun, 7 Apr 2024 16:30:39 +0200 Subject: [PATCH] Update coverage publish task --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fc11dcbc..789b0a5d0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,9 +113,8 @@ stages: script: | & ./test.ps1 -CI -PassThru -NoBuild workingDirectory: '$(Build.SourcesDirectory)' - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: - codeCoverageTool: 'JaCoCo' summaryFileLocation: 'coverage.xml' pathToSources: 'src/' failIfCoverageEmpty: false