From 3977039a552c9da8b08937d005ffde447afdd16b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Sun, 7 Apr 2024 16:37:18 +0200 Subject: [PATCH] Update coverage publish task (#2433) --- 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