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 test project. The name of the
dll is inferred from the project name
Syntax
public static void Coverlet(this ICakeContext context, FilePath testProject, CoverletSettings settings, string configuration = "Debug")
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
testProject |
FilePath |
The test project to run |
settings |
CoverletSettings |
The coverlet settings to apply |
configuration |
string |
The configuration to use when searching for DLLs |
Return Value