You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/coverlet.console/Program.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,10 @@ static int Main(string[] args)
32
32
CommandOptionthresholdTypes=app.Option("--threshold-type","Coverage type to apply the threshold to.",CommandOptionType.MultipleValue);
33
33
CommandOptionexcludeFilters=app.Option("--exclude","Filter expressions to exclude specific modules and types.",CommandOptionType.MultipleValue);
34
34
CommandOptionincludeFilters=app.Option("--include","Filter expressions to include only specific modules and types.",CommandOptionType.MultipleValue);
35
-
CommandOptionincludeDirectories=app.Option("--include-directory","Include directories containing additional assemblies to be instrumented.",CommandOptionType.MultipleValue);
36
35
CommandOptionexcludedSourceFiles=app.Option("--exclude-by-file","Glob patterns specifying source files to exclude.",CommandOptionType.MultipleValue);
37
-
CommandOptionmergeWith=app.Option("--merge-with","Path to existing coverage result to merge.",CommandOptionType.SingleValue);
36
+
CommandOptionincludeDirectories=app.Option("--include-directory","Include directories containing additional assemblies to be instrumented.",CommandOptionType.MultipleValue);
38
37
CommandOptionexcludeAttributes=app.Option("--exclude-by-attribute","Attributes to exclude from code coverage.",CommandOptionType.MultipleValue);
38
+
CommandOptionmergeWith=app.Option("--merge-with","Path to existing coverage result to merge.",CommandOptionType.SingleValue);
0 commit comments