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
I found the way to do this through writing regular expression for the file names.
But I found out that xcov doesn't use regex for file path. Maybe we should update this in the ignore_handler.
Hi, now I want to ignore all files with
- *Builder.swift
but except*ControllerBuilder.swift
. Do we have any way to this in .xcovignore?The text was updated successfully, but these errors were encountered: