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 2828 projects : ' **/*[Tt]ests/*.csproj'
2929 arguments : ' --configuration $(BuildConfiguration) --collect "XPlat Code coverage" --output $(Build.ArtifactStagingDirectory)/coverlet/reports'
3030 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
31- reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges; Xml;Clover;'
31+ reporttypes : ' HtmlInline_AzurePipelines;Xml;Html; Clover;Cobertura;SonarQube '
3232
3333# - script: 'dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
3434# displayName: 'Install ReportGenerator tool'
4141 inputs :
4242 reports : ' $(Agent.TempDirectory)/**/coverage.cobertura.xml'
4343 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
44- reporttypes : ' -reporttypes: Html;Clover;Cobertura;SonarQube'
44+ reporttypes : ' HtmlInline_AzurePipelines;Xml; Html;Clover;Cobertura;SonarQube'
4545 assemblyfilters : ' -xunit\*'
4646
4747- task : PublishCodeCoverageResults@1
You can’t perform that action at this time.
0 commit comments