File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2727 projects : ' **/*[Tt]ests/*.csproj'
2828 arguments : ' --configuration $(BuildConfiguration) --collect "XPlat Code coverage" --output $(Build.ArtifactStagingDirectory)/coverlet/reports'
2929 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
30+ reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;Xml;Clover;'
3031
3132- script : ' dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
3233 displayName : ' Install ReportGenerator tool'
3738- task : Palmmedia.reportgenerator.reportgenerator-build-release-task.reportgenerator@5
3839 displayName : ReportGenerator
3940 inputs :
40- reports : ' $(Agent.TempDirectory)/coverlet/reports /coverage.cobertura.xml'
41+ reports : ' $(Agent.TempDirectory)/** /coverage.cobertura.xml'
4142 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
4243 reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;Xml;Clover;'
4344 assemblyfilters : ' -xunit\*'
You can’t perform that action at this time.
0 commit comments