Summary
Sets the JSON report output path.
- Namespace
- Cake
.Common .Tools .DotCover .Cover - Containing Type
- Dot
Cover Cover Settings Extensions
Syntax
public static DotCoverCoverSettings WithJsonReportOutput(this DotCoverCoverSettings settings, FilePath outputPath)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Dot |
The settings. |
| outputPath | FilePath | The JSON report output path. |
Return Value
| Type | Description |
|---|---|
| Dot |
The same DotCoverCoverSettings instance so that multiple calls can be chained. |
