File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
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)/** /coverage.cobertura.xml
16+ sonar.coverageReportPaths=$(Agent.TempDirectory)/coverlet/reports /coverage.cobertura.xml
1717
1818 - task : CmdLine@2
1919 inputs :
3737- task : Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@5
3838 displayName : ReportGenerator
3939 inputs :
40- reports : ' $(Agent.TempDirectory)/** /coverage.cobertura.xml'
40+ reports : ' $(Agent.TempDirectory)/coverlet/reports /coverage.cobertura.xml'
4141 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
4242 reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;Xml;Clover;'
4343 assemblyfilters : ' -xunit\*'
You can’t perform that action at this time.
0 commit comments