We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can we select files where we want to check the coverage ? Like passing an array of Files to xcodeBuildCoverage method.
The text was updated successfully, but these errors were encountered:
You can exclude targets, but at the moment you can not specify the files. It shouldn't be hard to implement though
Sorry, something went wrong.
I will try to do a pull request for that 👍
Just something to add to this discussion. I needed to exclude certain files from Code Coverage and I forked and made the changes here.
If @f-meloni you don't have a problem I can move some of the changes and open a PR on your repository.
Just something to add to this discussion. I needed to exclude certain files from Code Coverage and I forked and made the changes here. If @f-meloni you don't have a problem I can move some of the changes and open a PR on your repository.
What happened with this? Im interested too
No branches or pull requests
Can we select files where we want to check the coverage ?
Like passing an array of Files to xcodeBuildCoverage method.
The text was updated successfully, but these errors were encountered: