File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
SWTableViewCell.xcodeproj Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ci_service : travis_ci
2+ coverage_service : coveralls
3+ xcodeproj : SWTableViewCell.xcodeproj
4+ source_directory : SWTableViewCell
Original file line number Diff line number Diff line change @@ -5,4 +5,6 @@ before_install:
55 - pod install
66
77script :
8- - set -o pipefail && xcodebuild test -workspace SWTableViewCell.xcworkspace -scheme SWTableViewCell -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
8+ - set -o pipefail && xcodebuild test -workspace SWTableViewCell.xcworkspace -scheme SWTableViewCell -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
9+
10+ after_success : slather
Original file line number Diff line number Diff line change 435435 "$(SDKROOT)/Developer/Library/Frameworks",
436436 "$(inherited)",
437437 );
438+ GCC_GENERATE_TEST_COVERAGE_FILES = YES;
439+ GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
438440 GCC_NO_COMMON_BLOCKS = YES;
439441 GCC_PREPROCESSOR_DEFINITIONS = (
440442 "DEBUG=1",
472474 "$(SDKROOT)/Developer/Library/Frameworks",
473475 "$(inherited)",
474476 );
477+ GCC_GENERATE_TEST_COVERAGE_FILES = YES;
478+ GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
475479 GCC_NO_COMMON_BLOCKS = YES;
476480 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
477481 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
You can’t perform that action at this time.
0 commit comments