Skip to content
Snippets Groups Projects
Commit c9a9734e authored by Jason Gavris's avatar Jason Gavris
Browse files

Add slather script

parent 4491b24c
No related branches found
No related tags found
No related merge requests found
coverage_service: coveralls
ci_service: travis_ci
xcodeproj: iTerm2.xcodeproj
ignore:
- "../**/Developer/*"
- "ThirdParty/*"
- "iTerm2XCTests/*"
- "Pods/*"
Loading
Loading
@@ -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
#!/usr/bin/env bash
set -euo pipefail
bundle exec slather coverage \
--input-format profdata \
--scheme iTerm2 \
iTerm2.xcodeproj
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment