onevcat 10 лет назад
Родитель
Сommit
1814380bba
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -4,4 +4,6 @@ osx_image: xcode7.1
 xcode_workspace: Kingfisher.xcworkspace
 xcode_scheme: Kingfisher
 
-script: xcodebuild -workspace Kingfisher.xcworkspace -scheme Kingfisher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test | xcpretty
+script: xcodebuild -workspace Kingfisher.xcworkspace -scheme Kingfisher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty
+after_success:
+    - bash <(curl -s https://codecov.io/bash)