Summary
Runs DotCover Cover with the specified settings.
- Namespace
- Cake
.Common .Tools .DotCover .Cover - Containing Type
- DotCoverCoverer
Syntax
public void Cover(ICakeContext context, Action<ICakeContext> action, FilePath outputPath, DotCoverCoverSettings settings)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The context. |
action | Action |
The action. |
outputPath | FilePath | The output file path. |
settings | Dot |
The settings. |
Return Value
Type | Description |
---|---|
void |