This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.MiniCover.
Summary
Instruments test assemblies using
MiniCover
before executing the specified test action to generate code coverage.
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