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.Coverlet.
Summary
Runs the coverlet global tool with the given folder. We will discover any proj files,
take the first and infer the name of the dll from that.
Syntax
public static void Coverlet(this ICakeContext context, DirectoryPath testProjectDir, CoverletSettings settings, string configuration = "Debug")
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
testProjectDir |
DirectoryPath |
The directory to find the dll and project from |
settings |
CoverletSettings |
The coverlet settings to apply |
configuration |
string |
The configuration to use when searching for DLLs |
Return Value