Merge pull request #100 from nicolasmccurdy/use-coveralls
Use coveralls
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -13,7 +13,8 @@ group :development do
|
|||||||
gem "guard-rspec"
|
gem "guard-rspec"
|
||||||
gem "rb-readline", "~> 0.5.0"
|
gem "rb-readline", "~> 0.5.0"
|
||||||
gem "jeweler", ">= 1.6.2"
|
gem "jeweler", ">= 1.6.2"
|
||||||
gem "simplecov"
|
#gem "simplecov"
|
||||||
|
gem 'coveralls', require: false
|
||||||
gem "test_construct"
|
gem "test_construct"
|
||||||
gem "capture-output", "~> 1.0.0"
|
gem "capture-output", "~> 1.0.0"
|
||||||
if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/
|
if RbConfig::CONFIG['host_os'] =~ /linux|freebsd|openbsd|sunos|solaris/
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
[](http://badge.fury.io/rb/homesick)
|
[](http://badge.fury.io/rb/homesick)
|
||||||
[](https://travis-ci.org/technicalpickles/homesick)
|
[](https://travis-ci.org/technicalpickles/homesick)
|
||||||
[](https://gemnasium.com/technicalpickles/homesick)
|
[](https://gemnasium.com/technicalpickles/homesick)
|
||||||
|
[](https://coveralls.io/r/technicalpickles/homesick)
|
||||||
[](https://codeclimate.com/github/technicalpickles/homesick)
|
[](https://codeclimate.com/github/technicalpickles/homesick)
|
||||||
[](https://gitter.im/technicalpickles/homesick)
|
[](https://gitter.im/technicalpickles/homesick)
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
require 'simplecov'
|
require 'coveralls'
|
||||||
SimpleCov.start
|
Coveralls.wear!
|
||||||
|
|
||||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||||
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||||
|
|||||||
Reference in New Issue
Block a user