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 2525 inputs :
2626 command : test
2727 projects : ' **/*[Tt]ests/*.csproj'
28- arguments : ' --configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover'
28+ arguments : ' --configuration $(BuildConfiguration) --collect "XPlat Code coverage" /p:CoverletOutputFormat=opencover --results-directory $(Build.SourcesDirectory)/coverlet/reports '
2929
3030- script : ' dotnet tool install --global dotnet-reportgenerator-globaltool --version 4.5.8'
3131 displayName : ' Install ReportGenerator tool'
3838 inputs :
3939 reports : ' $(Agent.TempDirectory)/**/coverage.cobertura.xml'
4040 targetdir : ' $(Build.SourcesDirectory)/coverlet/reports'
41- reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;Xml;Clover;Opencover '
41+ reporttypes : ' HtmlInline_AzurePipelines;Cobertura;Badges;Xml'
4242 assemblyfilters : ' -xunit\*'
4343
4444- task : PublishCodeCoverageResults@1
You can’t perform that action at this time.
0 commit comments