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 coverlet with the given dll, test project and settings
Syntax
public static void Coverlet(this ICakeContext context, FilePath testFile, FilePath testProject, CoverletSettings settings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
testFile |
FilePath |
The dll to instrument |
testProject |
FilePath |
The test project to run |
settings |
CoverletSettings |
The coverlet settings to apply |
Return Value