MiniCoverAliases.

MiniCover(ICakeContext, Action<ICakeContext>, MiniCoverSettings) Method

Summary

Instruments test assemblies using MiniCover before executing the specified test action to generate code coverage.
Assembly
Cake.MiniCover.dll
Namespace
Cake.MiniCover
Containing Type
MiniCoverAliases

Syntax

public static void MiniCover(this ICakeContext ctx, Action<ICakeContext> action, MiniCoverSettings settings)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
ctx ICakeContext The context.
action Action<ICakeContext> The test action to perform.
settings MiniCoverSettings The settings.

Return Value

Type Description
void