Hive Hive
Sign in

Scheme code coverage can target external and SPM projects

Metadata
Source
GitHub
Version
4.202.0-rc.2
Published
Jul 03, 2026 · 13:18 UTC
Repository
tuist/tuist
Update

Project schemes can now include code coverage targets from any project in the workspace, including packages produced by SPM projects and external targets, by pointing at them with an explicit TargetReference(projectPath:target:). Tuist was previously rejecting this valid configuration as “isn’t defined in the project”. Local code coverage references keep their existing validation, and unresolved references are still caught by the workspace-level graph linter.