Skip to content

Commit 23003e8

Browse files
authored
chore: Migrate to new coverage report infrastructure (#1214)
Updated tests to use PublishCodeCoverageResults@2
1 parent 38f4955 commit 23003e8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

vsts/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ jobs:
6666
testRunTitle: 'Python $(python.version)'
6767
condition: always()
6868

69-
- task: PublishCodeCoverageResults@1
69+
- task: PublishCodeCoverageResults@2
7070
inputs:
71-
codeCoverageTool: 'cobertura'
7271
summaryFileLocation: '$(Build.SourcesDirectory)/coverage.xml'
73-
reportDirectory: '$(Build.SourcesDirectory)/coverage'
7472
failIfCoverageEmpty: true
7573

7674
- job: 'Publish'

0 commit comments

Comments
 (0)