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 @@ -71,14 +71,14 @@ steps:
7171 arguments : -c $(BuildConfiguration) -- RunConfiguration.DisableAppDomain=true
7272 displayName : Run Tests
7373
74- - script : reportgenerator -reports:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/raw/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports -reporttypes:"HtmlInline_AzurePipelines; Cobertura"
74+ - script : reportgenerator -reports:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/raw/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports -reporttypes:"Cobertura"
7575 displayName : Create reports
7676
7777- task : PublishCodeCoverageResults@1
7878 displayName : ' Publish code coverage'
7979 inputs :
8080 codeCoverageTool : Cobertura
81- summaryFileLocation : $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/raw/**/coverage.cobertura .xml
81+ summaryFileLocation : $(Build.SourcesDirectory)/Ix.NET/Source/coverlet/reports/Cobertura .xml
8282
8383- task : DotNetCoreCLI@2
8484 inputs :
You can’t perform that action at this time.
0 commit comments