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
List of paths to exclude from the report. If only one item, you can path it as a string instead of a list containing only one path.
33
33
34
34
35
+
include_paths: list, default = None
36
+
List of the only paths to include in the report. If only one item, you can path it as a string.
37
+
38
+
35
39
exclude_regex_paths: list, default = None
36
40
List of string regex paths or compiled regex paths objects to exclude from the report. If only one item, you can path it as a string instead of a list containing only one regex path.
0 commit comments