Summary
Converts the specified coverage reports into human readable form according to the specified settings.
- Namespace
- Cake
.Common .Tools .ReportGenerator - Containing Type
- Report
Generator Runner
Syntax
public void Run(IEnumerable<FilePath> reports, DirectoryPath targetDir, ReportGeneratorSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| reports | IEnumerable |
The coverage reports. |
| targetDir | DirectoryPath | The output directory. |
| settings | Report |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
