We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f4955 commit 23003e8Copy full SHA for 23003e8
1 file changed
vsts/build.yaml
@@ -66,11 +66,9 @@ jobs:
66
testRunTitle: 'Python $(python.version)'
67
condition: always()
68
69
- - task: PublishCodeCoverageResults@1
+ - task: PublishCodeCoverageResults@2
70
inputs:
71
- codeCoverageTool: 'cobertura'
72
summaryFileLocation: '$(Build.SourcesDirectory)/coverage.xml'
73
- reportDirectory: '$(Build.SourcesDirectory)/coverage'
74
failIfCoverageEmpty: true
75
76
- job: 'Publish'
0 commit comments