Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Generate coverage stats using slather/Coveralls #107

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .slather.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ci_service: travis_ci
coverage_service: coveralls
xcodeproj: Example/ObjectiveSugar.xcodeproj
source_directory: Classes
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: objective-c
xcode_workspace: Example/ObjectiveSugar.xcworkspace
xcode_scheme: ObjectiveSugar
xcode_sdk: iphonesimulator
podfile: Example/Podfile

before_install:
- cd Example

install: make install

script: make ci
before_install:
- gem install activesupport --no-ri --no-rdoc
- gem install slather --no-ri --no-rdoc
- gem install cocoapods --no-ri --no-rdoc

after_success: slather
22 changes: 0 additions & 22 deletions Example/Makefile

This file was deleted.

Loading