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:
Gabriel Lanata
2022-03-17 15:56:03 +11:00
committed by GitHub
co-authored by Yonas Kolb
parent a10c7c4c24
commit 3b5ca91b76
11 changed files with 77 additions and 3 deletions
@@ -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,