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 5d11fb2 commit b950083Copy full SHA for b950083
azure-pipelines.yml
@@ -23,4 +23,5 @@ steps:
23
- task: PublishCodeCoverageResults@1
24
inputs:
25
codeCoverageTool: 'Cobertura'
26
- summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/clover.xml'
+ summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*clover.xml'
27
+ reportDirectory: '$(System.DefaultWorkingDirectory)/coverage'
0 commit comments