yonaskolb / yonaskolb/XcodeGen
Code Coverage Targets
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by tracing XcodeGen's scheme configuration and generation entry points, then inspect existing scheme-related tests. Done means a scheme can accept either the existing boolean coverage setting or an array of target names and generates coverage information for the selected targets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100