-
Notifications
You must be signed in to change notification settings - Fork 27
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
========================================
Coverage ? 0.65%
========================================
Files ? 27
Lines ? 910
Branches ? 0
========================================
Hits ? 6
Misses ? 904
Partials ? 0
Continue to review full report at Codecov.
|
@@ -16,6 +16,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate { | |||
|
|||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { | |||
|
|||
if ProcessInfo.processInfo.environment["TEST"] == "YESS" { |
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.
YESS
is workaround for XcodeGen's buggish behavior: yonaskolb/XcodeGen#253
For CI we need this too. yonaskolb/XcodeGen#254 => I'm using my fork XcodeGen for CI https://github.com/toshi0383/XcodeGen/releases/tag/1.6.2)
Green green green✅🏎🏁 |
note: This one is required for CI. |
No description provided.