OpenCoverParams Type
OpenCover parameters, for more details see console application usage.
Record fields
Record Field | Description |
Full Usage:
ExcludeByAttribute
Field type: string list
|
Exclude a class or method by filter(s) that match attributes that have been applied. An * can be used as a wildcard.
|
Full Usage:
ExcludeByFile
Field type: string list
|
|
Full Usage:
ExcludeDirs
Field type: string list
|
|
Full Usage:
ExePath
Field type: string
|
|
Full Usage:
Filter
Field type: string
|
A list of filters to apply to selectively include or exclude assemblies and classes from coverage results.
|
|
Remove information from output file that relates to classes/modules that have been skipped (filtered) due to the use of the parameters ExcludeBy*, Filter or where the PDB is missing.
|
Full Usage:
MergeByHash
Field type: bool
|
This option is used to merge the coverage results for an assembly regardless of where it was loaded assuming the assembly has the same file-hash in each location.
|
Full Usage:
MergeOutput
Field type: bool
|
Allow to merge the results with an existing file (specified by Output parameter). So the coverage from the output file will be loaded first (if exists).
|
Full Usage:
OptionalArguments
Field type: string
|
This options is used to add additional optional arguments, could be something like
|
Full Usage:
Output
Field type: string
|
The location and name of the output xml file. If no value is supplied then the current directory will be used and the output filename will be results.xml.
|
|
|
|
Return the target process return code instead of the OpenCover console return code. Use the offset to return the OpenCover console at a value outside the range returned by the target process.
|
Full Usage:
SearchDirs
Field type: string list
|
|
Full Usage:
SkipAutoProps
Field type: bool
|
Neither track nor record auto-implemented properties. That is, skip getters and setters like these: public bool Service { get; set; }
|
Full Usage:
TestRunnerExePath
Field type: string
|
|
|
|
Full Usage:
WorkingDir
Field type: string
|
|