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
Executes Coverlet using the specified path, target, and settings.
Syntax
public static void Coverlet(this ICakeContext context, Path path, FilePath target, CoverletSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context in which the tool is run. |
path |
Path |
Path to the test assembly or application directory. |
target |
FilePath |
Path to the test runner application. |
settings |
CoverletSettings |
The coverlet settings to apply |
Return Value