altcover

CollectOptions class

Collection stage options; override defaults as required

public class CollectOptions

Public Members

name description
CollectOptions() The default constructor.
virtual Cobertura { get; } Corresponds to command line option -c, --cobertura=VALUE
CommandLine { get; } Gets the command line (overridden by the MSBuild integration)
Executable { get; } Gets the programe to run (overridden by the MSBuild integration)
ExposeReturnCode { get; } Gets whether to expose a program return code (overridden by the MSBuild integration)
virtual LcovReport { get; } Corresponds to command line option -l, --lcovReport=VALUE
virtual OutputFile { get; } Corresponds to command line option -o, --outputFile=VALUE
RecorderDirectory { get; } Gets the recorder directory (overridden by the MSBuild integration)
virtual SummaryFormat { get; } Corresponds to command line option --teamcity[=VALUE]
virtual Threshold { get; } Corresponds to command line option -t, --threshold=VALUE
virtual Verbosity { get; } Corresponds to command line option -q
WorkingDirectory { get; } Gets the working directory (overridden by the MSBuild integration)

See Also