diff --git a/bin/test.sh b/bin/test.sh index 42d96a0..70c1750 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -5,5 +5,6 @@ xcodebuild \ -scheme KeenClient \ -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' \ + -enableCodeCoverage YES \ ONLY_ACTIVE_ARCH=NO \ clean test | xcpretty --color \ No newline at end of file