Skip to content

Commit b9b1a06

Browse files
committed
chore: update azure-pipelines.yml for Azure Pipelines
1 parent 872fbc6 commit b9b1a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)