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