diff --git a/.drone.jsonnet b/.drone.jsonnet index 9f498a353..1a49a3b30 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -108,7 +108,6 @@ local pre_boot_test_sim = { 'echo $(xcrun simctl list devices | grep -m 1 $(<./build/artifacts/device_name) | grep -E -o -i "([0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12})") > ./build/artifacts/sim_uuid', 'xcrun simctl boot $(<./build/artifacts/sim_uuid)', 'echo "Pre-booting simulator complete: $(xcrun simctl list | sed "s/^[[:space:]]*//" | grep -o ".*$(<./build/artifacts/sim_uuid).*")"', - 'echo "Number of Simulators: $(ls -1 /Users/drone/Library/Developer/CoreSimulator/Devices | wc -l)"', ] }; diff --git a/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme b/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme index ec9633662..ea85c66b2 100644 --- a/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme +++ b/Session.xcodeproj/xcshareddata/xcschemes/Session.xcscheme @@ -41,6 +41,7 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "NO" + codeCoverageEnabled = "YES" onlyGenerateCoverageForSpecifiedTargets = "YES">