-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add option to gather code coverage for specific targets #656
Conversation
6ba9c51
to
97d651c
Compare
97d651c
to
3e2ebdb
Compare
Can we get some traction on this PR? |
This PR currently relies on #655. It would get merged a lot faster if it just included the new code coverage stuff |
16975c3
to
e45b0d0
Compare
CHANGELOG.md
Outdated
@@ -4,7 +4,7 @@ | |||
|
|||
#### Added | |||
- Support Target Reference to another project. [#655](https://github.com/yonaskolb/XcodeGen/pull/655) @kateinoigakukun | |||
|
|||
- Added `enableCoverage` for each test target. This enables to gather code coverage for specific targets. [#656](https://github.com/yonaskolb/XcodeGen/pull/656) @kateinoigakukun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might be outdated. The new property is coverageTargets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @kateinoigakukun!
To avoid conflict, this branch is based on #655 and tuist/XcodeProj#473.
Please merge #655 first 🙏
I added
enableCoverage
option for each test target to gather code coverage for specific targets.