danger-swift-coverage
danger-swift-coverage copied to clipboard
Check Test coverage on an array of files.
Can we select files where we want to check the coverage ? Like passing an array of Files to xcodeBuildCoverage method.
You can exclude targets, but at the moment you can not specify the files. It shouldn't be hard to implement though
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