fastlane-community / xcov

Nice code coverage reporting without hassle
MIT License
554 stars 106 forks source link

Exclude subset of ignored files in .xcovignore #194

Open an-dinh-jp opened 2 years ago

an-dinh-jp commented 2 years ago

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 commented 2 years ago

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.