Summary
Runs DotCover Cover with the specified settings.
- Namespace
- Cake
.Common .Tools .DotCover .Report - Containing Type
- DotCoverReporter
Syntax
public void Report(FilePath sourceFile, FilePath outputFile, DotCoverReportSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| sourceFile | FilePath | The DotCover coverage snapshot file name. |
| outputFile | FilePath | The DotCover output file. |
| settings | Dot |
The settings. |
Return Value
| Type | Description |
|---|---|
| void |
