yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.03k stars 818 forks source link

Code Coverage Targets #569

Open dpfannenstiel opened 5 years ago

dpfannenstiel commented 5 years ago

Code Coverage may be gathered for either all targets or a select list of targets in an Xcode Scheme. In addition to allowing a boolean value to gather coverage for all targets, allow users to specify an array of Target names to gather coverage information on.

yonaskolb commented 5 years ago

This PR is the first step towards that https://github.com/tuist/xcodeproj/pull/422/files