Skip to content

Commit

Permalink
Add slather script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgavris committed Feb 2, 2016
1 parent 4491b24 commit c9a9734
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .slather.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage_service: coveralls
ci_service: travis_ci
xcodeproj: iTerm2.xcodeproj
ignore:
- "../**/Developer/*"
- "ThirdParty/*"
- "iTerm2XCTests/*"
- "Pods/*"
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ bundler_args: --without documentation --without development --deployment --jobs=
osx_image: xcode7.2
language: objective-c
script: ./ci/script.sh
after_success: ./ci/after_success.sh
8 changes: 8 additions & 0 deletions ci/after_success.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash

set -euo pipefail

bundle exec slather coverage \
--input-format profdata \
--scheme iTerm2 \
iTerm2.xcodeproj

0 comments on commit c9a9734

Please sign in to comment.