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
@Option(name:.shortAndLong, help:"An option to skip hidden files.")
60
60
varskipsHiddenFiles:Bool=true
61
61
62
+
@Option(name:.shortAndLong, help:"Skip source code files with file paths that match the given regular expression.")
63
+
varignoreFilenameRegex:String=""
64
+
62
65
@Option(name:.shortAndLong, help:"The minimum access level of the symbols considered for coverage statistics: \(AccessLevelArgument.open), \(AccessLevelArgument.public), \(AccessLevelArgument.internal), \(AccessLevelArgument.fileprivate), \(AccessLevelArgument.private).")
0 commit comments