ReportGeneratorAliases.

ReportGenerator(ICakeContext, GlobPattern, DirectoryPath) Method

Summary

Converts the coverage report specified by the glob pattern into human readable form.

Syntax

[CakeMethodAlias]
public static void ReportGenerator(this ICakeContext context, GlobPattern pattern, DirectoryPath targetDir)

Examples

ReportGenerator("c:/temp/coverage/*.xml", "c:/temp/output");

Attributes

Type Description
CakeMethodAliasAttribute An attribute used to mark script method aliases.

Parameters

Name Type Description
context ICakeContext The context.
pattern GlobPattern The glob pattern.
targetDir DirectoryPath The output directory.

Return Value

Type Description
void