Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude subset of ignored files in .xcovignore #194

Open
an-dinh-jp opened this issue Oct 8, 2021 · 1 comment
Open

Exclude subset of ignored files in .xcovignore #194

an-dinh-jp opened this issue Oct 8, 2021 · 1 comment

Comments

@an-dinh-jp
Copy link

Hi, now I want to ignore all files with - *Builder.swift but except *ControllerBuilder.swift. Do we have any way to this in .xcovignore?

@an-dinh-jp
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant