Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit 3c78e65

Browse files
committed
Send code coverage reports to Codecov
1 parent e0663a3 commit 3c78e65

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ before_install:
88
- gem install xcpretty xcpretty-travis-formatter
99

1010
script:
11-
- xcodebuild test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' -workspace Iterable-iOS-SDK.xcworkspace -scheme Iterable-iOS-SDKTests CODE_SIGNING_REQUIRED=NO | xcpretty -f `xcpretty-travis-formatter`
12-
- pod lib lint
11+
- xcodebuild test -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X' -workspace Iterable-iOS-SDK.xcworkspace -scheme Iterable-iOS-SDKTests CODE_SIGNING_REQUIRED=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -f `xcpretty-travis-formatter`
12+
- pod lib lint
13+
14+
after_success:
15+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)