Skip to content

Commit

Permalink
Updated codecov integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
matej committed Jan 31, 2016
1 parent fa6b939 commit 3e64c75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,6 +1,8 @@
language: objective-c
osx_image: xcode7.2
script:
- xctool -workspace MBProgressHUD.xcworkspace -scheme HudTests -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPad Air 2,OS=9.2" build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
install:
pip install codecov
after_success:
- bash <(curl -s https://codecov.io/bash)
codecov
script:
- xctool -workspace MBProgressHUD.xcworkspace -scheme HudTests -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPad Air 2,OS=9.2" build test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES

0 comments on commit 3e64c75

Please sign in to comment.