Skip to content

Commit b950083

Browse files
committed
chore: update azure-pipelines.yml for Azure Pipelines
1 parent 5d11fb2 commit b950083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ steps:
2323
- task: PublishCodeCoverageResults@1
2424
inputs:
2525
codeCoverageTool: 'Cobertura'
26-
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/clover.xml'
26+
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/*clover.xml'
27+
reportDirectory: '$(System.DefaultWorkingDirectory)/coverage'

0 commit comments

Comments
 (0)