@@ -17,16 +17,14 @@ Arguments:
1717 < ASSEMBLY| DIRECTORY> Path to the test assembly or application directory.
1818
1919Options:
20- -h| --help Show help information
21- -v| --version Show version information
22- -t| --target Path to the test runner application.
20+ -t| --target (REQUIRED) Path to the test runner application.
2321 -a| --targetargs Arguments to be passed to the test runner.
2422 -o| --output Output of the generated coverage report
2523 -v| --verbosity Sets the verbosity level of the command. Allowed values are quiet, minimal, normal, detailed.
26- -f| --format Format of the generated coverage report.
24+ -f| --format Format of the generated coverage report. [default: json]
2725 --threshold Exits with error if the coverage % is below value.
2826 --threshold-type Coverage type to apply the threshold to.
29- --threshold-stat Coverage statistic used to enforce the threshold value.
27+ --threshold-stat Coverage statistic used to enforce the threshold value. [default: Minimum]
3028 --exclude Filter expressions to exclude specific modules and types.
3129 --include Filter expressions to include only specific modules and types.
3230 --exclude-by-file Glob patterns specifying source files to exclude.
@@ -39,6 +37,8 @@ Options:
3937 --use-source-link Specifies whether to use SourceLink URIs in place of file system paths.
4038 --does-not-return-attribute Attributes that mark methods that do not return.
4139 --exclude-assemblies-without-sources Specifies behaviour of heuristic to ignore assemblies with missing source documents.
40+ --version Show version information
41+ -? , -h, --help Show help and usage information
4242` ` `
4343
4444NB. For a [multiple value] options you have to specify values multiple times i.e.
0 commit comments