Skip to content

Commit b35f61a

Browse files
committed
Update adt_pull_request.yml for Azure Pipelines
1 parent 38b62d7 commit b35f61a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adt_pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
# Additional properties that will be passed to the scanner,
1414
# Put one key=value per line, example:
1515
# sonar.exclusions=**/*.bin
16-
sonar.coverageReportPaths=$(Build.SourcesDirectory)/coverlet/reports/Summary.xml
16+
sonar.coverageReportPaths=$(Build.SourcesDirectory)/coverlet/reports/Cobertura.xsd
1717
1818
- task: CmdLine@2
1919
inputs:
@@ -38,7 +38,7 @@ steps:
3838
inputs:
3939
reports: '$(Agent.TempDirectory)/**/coverage.cobertura.xml'
4040
targetdir: '$(Build.SourcesDirectory)/coverlet/reports'
41-
reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges;Xml'
41+
reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges;Xml;XSD;Clover'
4242
assemblyfilters: '-xunit\*'
4343

4444
- task: PublishCodeCoverageResults@1

0 commit comments

Comments
 (0)