Skip to content

Commit

Permalink
CI: Update for V2
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Apr 16, 2024
1 parent 224eaa0 commit 0382db7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/azure_template_posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

Expand Down

0 comments on commit 0382db7

Please sign in to comment.