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 4444 arguments : ' --configuration $(buildConfiguration) /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura -- xunit.parallelizeAssembly=true xunit.parallelizeTestCollections=true'
4545
4646- script : |
47- dotnet tool install -g dotnet-reportgenerator-globaltool
48- dotnet reportgenerator -reports:$(Build.SourcesDirectory)/tests/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/CodeCoverage -reporttypes:Cobertura
47+ dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
48+ ./tools/ reportgenerator -reports:$(Build.SourcesDirectory)/tests/**/coverage.cobertura.xml -targetdir:$(Build.SourcesDirectory)/CodeCoverage -reporttypes:Cobertura
4949 displayName : Code Coverage Report
5050
5151- task : PublishBuildArtifacts@1
You can’t perform that action at this time.
0 commit comments