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 the specified target using the coverlet tool for a given app directory.
- Assembly
- Cake
.Coverlet .dll - Namespace
- Cake
.Coverlet - Containing Type
- CoverletTool
Syntax
public void RunTarget(Path path, FilePath target, CoverletSettings settings)
Parameters
Name | Type | Description |
---|---|---|
path | Path | The Path to the test assembly or application directory. |
target | FilePath | Path to the test runner application. |
settings | CoverletSettings | The settings used to configure the coverlet tool. |
Return Value
Type | Description |
---|---|
void |