Skip to content

Commit 0382db7

Browse files
committed
CI: Update for V2
1 parent 224eaa0 commit 0382db7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/azure_template_posix.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,8 @@ jobs:
152152
testRunTitle: 'Python $(python.version)'
153153
condition: succeededOrFailed()
154154

155-
- task: PublishCodeCoverageResults@1
155+
- task: PublishCodeCoverageResults@2
156156
inputs:
157-
codeCoverageTool: Cobertura
158157
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
159158
condition: and(eq(variables['coverage'], 'true'), ne(variables['test.install'], 'true'))
160159

0 commit comments

Comments
 (0)