OpenCoverParams
Record Fields
Record Field | Description |
ExePath
Signature: string
|
(Required) Path to the OpenCover console application
|
Filter
Signature: string
|
A list of filters to apply to selectively include or exclude assemblies and classes from coverage results.
|
Output
Signature: 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.
|
Register
Signature: RegisterType
|
Use this to register and de-register the code coverage profiler.
|
TestRunnerExePath
Signature: string
|
(Required) Path to the NUnit/XUnit console runner
|
TimeOut
Signature: TimeSpan
|
The timeout for the OpenCover process.
|
WorkingDir
Signature: string
|
The directory where the OpenCover process will be started.
|