OpenCoverRunner.

Run(ICakeContext, Action<ICakeContext>, FilePath, OpenCoverSettings) Method

Summary

Runs OpenCover with the specified settings.
Namespace
Cake.Common.Tools.OpenCover
Containing Type
OpenCoverRunner

Syntax

public void Run(ICakeContext context, Action<ICakeContext> action, FilePath outputPath, OpenCoverSettings settings)

Parameters

Name Type Description
context ICakeContext The context.
action Action<ICakeContext> The action.
outputPath FilePath The output file path.
settings OpenCoverSettings The settings.

Return Value

Type Description
void