Summary
Converts the reports from specified folder into human readable form according to the specified settings.
- Namespace
- Cake
.Common .Tools .ReportUnit - Containing Type
- ReportUnitRunner
Syntax
public void Run(DirectoryPath inputFolder, DirectoryPath outputFolder, ReportUnitSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| inputFolder | DirectoryPath | The input folder. |
| outputFolder | DirectoryPath | The output folder. |
| settings | ReportUnitSettings | The ReportUnit settings. |
Return Value
| Type | Description |
|---|---|
| void |
