CocoaPods / Xcodeproj

Create and modify Xcode projects from Ruby.
http://rubygems.org/gems/xcodeproj
MIT License
2.35k stars 455 forks source link

Add `code_coverage_targets` getter/setters to TestAction #874

Closed joeydong closed 2 years ago

joeydong commented 2 years ago

Add code_coverage_targets getter/setters to TestAction to enable support for setting "Gather coverage for some targets" preference as opposed to all or none:

Screen Shot 2022-03-14 at 3 33 52 PM
dnkoutso commented 2 years ago

@joeydong nice! Can you add a CHANGELOG entry? Thanks!

joeydong commented 2 years ago

@dnkoutso updated!