Summary
Runs DotCover Analyse with the specified settings.
- Namespace
- Cake
.Common .Tools .DotCover .Analyse - Containing Type
- DotCoverAnalyser
Syntax
public void Analyse(ICakeContext context, Action<ICakeContext> action, FilePath outputPath, DotCoverAnalyseSettings 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 |
