Description of the AltCover Runner command
public class Collect : Task
| name | description |
|---|---|
| Collect() | The default constructor |
| Cobertura { get; set; } | Corresponds to command line option -c, --cobertura=VALUE |
| CommandLine { get; set; } | Corresponds to the command line arguments for the executable, given after a -- |
| Executable { get; set; } | Corresponds to command line option -x, --executable=VALUE |
| ExposeReturnCode { get; set; } | Corresponds to the converse of command line option --dropReturnCode |
| LcovReport { get; set; } | Corresponds to command line option -l, --lcovReport=VALUE |
| OutputFile { get; set; } | Corresponds to command line option -o, --outputFile=VALUE |
| Packages { get; set; } | Corresponds to command line option -p, --package=VALUE |
| RecorderDirectory { get; set; } | Corresponds to command line option -r, --recorderDirectory=VALUE; a required parameter |
| Summary { get; } | Task output calue, the summary of coverage. |
| SummaryFormat { get; set; } | Corresponds to command line option --teamcity[=VALUE] |
| Threshold { get; set; } | Corresponds to command line option -t, --threshold=VALUE |
| Verbosity { get; set; } | Corresponds to command line options -q and --verbose (expects names of System.Diagnostics.TraceLevel values) |
| WorkingDirectory { get; set; } | Corresponds to command line option -w, --workingDirectory=VALUE |
| override Execute() | Perform the operation |