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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The syntax is:
42
42
43
43
-`--source` is the path to the folder that contains the main Xcode project or Workspace
44
44
-`--artifacts` path to the folder that will contain the generated `output.json` report
45
-
-`--excluded` (optional) space separated list of path substrings to exclude from analysis (e.g. `Tests` will ignore all files/folders that contain `Tests`)
45
+
-`--exclude` (optional) space separated list of path substrings to exclude from analysis (e.g. `Tests` will ignore all files/folders that contain `Tests`)
46
46
-`--tests-paths` (default: `Test Tests`) space separated list of path substrings matching test classes
47
47
-`--generate-graphs` (optional) if passed, it will generate the graphs related to the analysis and save them in the artifacts folder
0 commit comments