Summary
Converts the specified coverage report into human readable form.
- Namespace
- Cake
.Common .Tools .ReportGenerator - Containing Type
- Report
Generator Aliases
Syntax
[CakeMethodAlias]
public static void ReportGenerator(this ICakeContext context, FilePath report, DirectoryPath targetDir)
Examples
ReportGenerator("c:/temp/coverage/report.xml", "c:/temp/output");
Attributes
Type | Description |
---|---|
Cake |
An attribute used to mark script method aliases. |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
report | FilePath | The coverage report. |
targetDir | DirectoryPath | The output directory. |
Return Value
Type | Description |
---|---|
void |