Skip to content

Commit

Permalink
Coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 14, 2013
1 parent 14c9da3 commit f29c270
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service-name: travis-pro
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
source 'https://rubygems.org'
gemspec

gem 'coveralls', require: false

if RUBY_PLATFORM =~ /darwin/
gem 'rb-fsevent', '~> 0.9.1'
end
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
require 'bundler/setup'
require 'celluloid'
require 'celluloid/rspec'
require 'celluloid/internal_pool'
require 'coveralls'
Coveralls.wear!

logfile = File.open(File.expand_path("../../log/test.log", __FILE__), 'a')
Celluloid.logger = Logger.new(logfile)
Expand Down

0 comments on commit f29c270

Please sign in to comment.