From 0382db741b92caed58bd1c61e5e26ef9bfa26105 Mon Sep 17 00:00:00 2001 From: Kevin Sheppard Date: Tue, 16 Apr 2024 15:18:05 +0100 Subject: [PATCH] CI: Update for V2 --- ci/azure_template_posix.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/azure_template_posix.yml b/ci/azure_template_posix.yml index 38c68e9e4a..49db563b8b 100644 --- a/ci/azure_template_posix.yml +++ b/ci/azure_template_posix.yml @@ -152,9 +152,8 @@ jobs: testRunTitle: 'Python $(python.version)' condition: succeededOrFailed() - - task: PublishCodeCoverageResults@1 + - task: PublishCodeCoverageResults@2 inputs: - codeCoverageTool: Cobertura summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml' condition: and(eq(variables['coverage'], 'true'), ne(variables['test.install'], 'true'))