DotCoverCoverageTool<TSettings>.

GetCoverTargetArguments(ICakeContext, Action<ICakeContext>) Method

Summary

Get arguments from the target executable for Cover command (using new format).

Syntax

protected ProcessArgumentBuilder GetCoverTargetArguments(ICakeContext context, Action<ICakeContext> action)

Parameters

Name Type Description
context ICakeContext The context.
action Action<ICakeContext> The action to run DotCover for.

Return Value

Type Description
ProcessArgumentBuilder The process arguments.