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
Generate a report using the specified report provider name. Only use this if
if you need to generate a report for which Cake.MiniCover does not yet have
settings for.
Syntax
public static void MiniCoverReport(this ICakeContext ctx, MiniCoverSettings settings, string reportName)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
ctx |
ICakeContext |
The context. |
settings |
MiniCoverSettings |
The settings. |
reportName |
string |
The report provider to use |
Return Value