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 e9e61e4 commit 4122e68Copy full SHA for 4122e68
1 file changed
vsts/build.yaml
@@ -66,11 +66,11 @@ jobs:
66
testRunTitle: 'Python $(python.version)'
67
condition: always()
68
69
- - task: PublishCodeCoverageResults@1
+ - task: PublishCodeCoverageResults@2
70
inputs:
71
- codeCoverageTool: 'cobertura'
+ #codeCoverageTool: 'cobertura'
72
summaryFileLocation: '$(Build.SourcesDirectory)/coverage.xml'
73
- reportDirectory: '$(Build.SourcesDirectory)/coverage'
+ #reportDirectory: '$(Build.SourcesDirectory)/coverage'
74
failIfCoverageEmpty: true
75
76
- job: 'Publish'
0 commit comments