DotCoverAnalyser.

Analyse(ICakeContext, Action<ICakeContext>, FilePath, DotCoverAnalyseSettings) Method

Summary

Runs DotCover Analyse with the specified settings.

Syntax

public void Analyse(ICakeContext context, Action<ICakeContext> action, FilePath outputPath, DotCoverAnalyseSettings settings)

Parameters

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

Return Value

Type Description
void