mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
Add coverage targets for target schemes (#1189)
* Changes * Tests and docs * Update fixtures * Update CHANGELOG.md Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com> Co-authored-by: Yonas Kolb <yonaskolb@users.noreply.github.com>
This commit is contained in:
co-authored by
Yonas Kolb
parent
a10c7c4c24
commit
3b5ca91b76
@@ -413,6 +413,7 @@ extension Scheme {
|
||||
test: .init(
|
||||
config: debugConfig,
|
||||
gatherCoverageData: targetScheme.gatherCoverageData,
|
||||
coverageTargets: targetScheme.coverageTargets,
|
||||
disableMainThreadChecker: targetScheme.disableMainThreadChecker,
|
||||
commandLineArguments: targetScheme.commandLineArguments,
|
||||
targets: targetScheme.testTargets,
|
||||
|
||||
Reference in New Issue
Block a user