Conversation
🤖 Augment PR SummarySummary: This PR consolidates shared Example assets and source files into a new Changes:
Technical Notes: Xcode project settings are adjusted to reflect the new shared structure and dependencies. 🤖 Was this summary useful? React with 👍 or 👎 |
| ); | ||
| fileSystemSynchronizedGroups = ( | ||
| 275751E42DEE1441003E467C /* TestingHost */, | ||
| 27FFF0422E08850C0060A4DA /* Shared */, |
There was a problem hiding this comment.
By adding the Shared synchronized group to TestingHost, this also changes which Shared sources get built into the test host (notably interpose.c, which interposes swift_dynamicCast/kdebug_is_enabled). Worth double-checking this broader linkage is intended for TestingHost in all configurations.
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #813 +/- ##
===========================================
+ Coverage 13.98% 27.39% +13.40%
===========================================
Files 624 659 +35
Lines 37822 42366 +4544
===========================================
+ Hits 5290 11605 +6315
+ Misses 32532 30761 -1771 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.