f-meloni / danger-swift-coverage

Show the coverage of the modified/created files on your PRs.
MIT License
85 stars 20 forks source link

Check Test coverage on an array of files. #23

Open farabi opened 4 years ago

farabi commented 4 years ago

Can we select files where we want to check the coverage ? Like passing an array of Files to xcodeBuildCoverage method.

f-meloni commented 4 years ago

You can exclude targets, but at the moment you can not specify the files. It shouldn't be hard to implement though

farabi commented 4 years ago

I will try to do a pull request for that 👍

mkotsiandris commented 2 years ago

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.

rarias84 commented 1 year ago

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