Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
updated slather, manually gave it the input format (insufficient erro…
Browse files Browse the repository at this point in the history
…r message hints that may be the problem)
  • Loading branch information
Gero Herkenrath committed Nov 23, 2016
1 parent eaeceae commit 443cc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ script:
- set -o pipefail && travis_retry xcodebuild test -workspace Example/Trustbadge.xcworkspace -scheme Trustbadge_Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone SE' -derivedDataPath ${TRAVIS_BUILD_DIR}/myDerivedData ONLY_ACTIVE_ARCH=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c
- pod lib lint --quick

after_success: slather coverage -c -s -t --ignore '../*' -b ${TRAVIS_BUILD_DIR}/myDerivedData --verbose
after_success: slather coverage -c -s -t --ignore '../*' -b ${TRAVIS_BUILD_DIR}/myDerivedData --input-format profdata --verbose
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

gem "bundler", "~> 1.13.2"
gem "cocoapods", "~> 1.1.1"
gem "slather", "~> 2.2.1"
gem "slather", "~> 2.3.0"
gem "xcpretty", "~> 0.2.1"
gem "activesupport", "~> 4.2.6"

0 comments on commit 443cc0d

Please sign in to comment.