Skip to content

Commit

Permalink
[YDB-82]: Adds Slather to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danthorpe committed Mar 25, 2016
1 parent 5d8c074 commit 634d13c
Show file tree
Hide file tree
Showing 3 changed files with 2,942 additions and 1,173 deletions.
4 changes: 3 additions & 1 deletion .ci/scripts/send-coverage
@@ -1,2 +1,4 @@
#!/usr/bin/env bash
bash <(curl -s https://codecov.io/bash) -D .ci/xcodebuild-data
source /usr/local/opt/chruby/share/chruby/chruby.sh
chruby ruby
bundle exec slather coverage --scheme "YapDatabaseExtensions-iOS" --buildkite --coveralls --build-directory .ci/xcodebuild-data
6 changes: 6 additions & 0 deletions .slather.yml
@@ -0,0 +1,6 @@
coverage_service: coveralls
xcodeproj: YapDatabaseExtensions.xcodeproj
build_directory: .ci/xcodebuild-data
ignore:
- Tests/*
- Supporting Files/*

0 comments on commit 634d13c

Please sign in to comment.