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 38b62d7 commit b35f61aCopy full SHA for b35f61a
adt_pull_request.yml
@@ -13,7 +13,7 @@ steps:
13
# Additional properties that will be passed to the scanner,
14
# Put one key=value per line, example:
15
# sonar.exclusions=**/*.bin
16
- sonar.coverageReportPaths=$(Build.SourcesDirectory)/coverlet/reports/Summary.xml
+ sonar.coverageReportPaths=$(Build.SourcesDirectory)/coverlet/reports/Cobertura.xsd
17
18
- task: CmdLine@2
19
inputs:
@@ -38,7 +38,7 @@ steps:
38
39
reports: '$(Agent.TempDirectory)/**/coverage.cobertura.xml'
40
targetdir: '$(Build.SourcesDirectory)/coverlet/reports'
41
- reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges;Xml'
+ reporttypes: 'HtmlInline_AzurePipelines;Cobertura;Badges;Xml;XSD;Clover'
42
assemblyfilters: '-xunit\*'
43
44
- task: PublishCodeCoverageResults@1
0 commit comments