danger-swift-coverage icon indicating copy to clipboard operation
danger-swift-coverage copied to clipboard

Check Test coverage on an array of files.

Open farabi opened this issue 5 years ago • 4 comments

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

farabi avatar Feb 27 '20 14:02 farabi

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

f-meloni avatar Feb 29 '20 18:02 f-meloni

I will try to do a pull request for that 👍

farabi avatar Mar 02 '20 09:03 farabi

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.

mkotsiandris avatar Sep 27 '22 12:09 mkotsiandris

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

rarias84 avatar Feb 13 '23 13:02 rarias84