File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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=$(Agent.TempDirectory)/coverlet/reports/coverage.cobertura .xml
17- sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/coverlet/reports/dotCover.Output .html
16+ ## sonar.coverageReportPaths=$(Agent.TempDirectory)/coverlet/reports/Cobertura .xml
17+ sonar.cs.dotcover.reportsPaths=$(Agent.TempDirectory)/coverlet/reports/index .html
1818
1919 - task : CmdLine@2
2020 inputs :
3030 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
3131 reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;Xml;Clover;'
3232
33- - script : ' dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
34- displayName : ' Install ReportGenerator tool'
33+ # - script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
34+ # displayName: 'Install ReportGenerator tool'
3535
3636# - script: 'reportgenerator -reports:$(Agent.TempDirectory)/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/coverlet/reports -reporttypes:"Cobertura"'
3737# displayName: 'Create reports'
4141 inputs :
4242 reports : ' $(Agent.TempDirectory)/**/coverage.cobertura.xml'
4343 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
44- reporttypes : ' dotCover '
44+ reporttypes : ' -reporttypes:Html;Clover;Cobertura;SonarQube '
4545 assemblyfilters : ' -xunit\*'
4646
4747- task : PublishCodeCoverageResults@1
You can’t perform that action at this time.
0 commit comments