Summary
ReportCodeCoverageOptions.
- Assembly
- Rocket
.Surgery .Cake .dll - Namespace
- Rocket
.Surgery .Cake .TfsTasks - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ReportCodeCoverageOptions"]
class Type type-node
Syntax
public class ReportCodeCoverageOptions
Constructors
Name | Summary |
---|---|
Report |
Properties
Name | Value | Summary |
---|---|---|
Additional |
IEnumerable |
Gets or sets the additional code coverage files.
|
CodeCoverageType | CodeCoverageType |
Gets the type of the code coverage.
|
ReportDirectory | DirectoryPath |
Gets or sets the report directory.
|
SummaryFile | FilePath |
Gets or sets the summary file.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|