Skip to content

Commit 5d11fb2

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

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

0 commit comments

Comments
 (0)