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