DotCoverCoverer.

Cover(ICakeContext, Action<ICakeContext>, FilePath, DotCoverCoverSettings) Method

Summary

Runs DotCover Cover with the specified settings.

Syntax

public void Cover(ICakeContext context, Action<ICakeContext> action, FilePath outputPath, DotCoverCoverSettings settings)

Parameters

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

Return Value

Type Description
void