public bool Matches(string path) { return(include.Matches(path) && !exclude.Matches(path)); }
private IEnumerable <string> LoadGetAllButCodecovIgnored() => GetAll.Where(file => !_fileFilter.Matches(file));