Skip to content

Commit

Permalink
Add corveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatasrancan committed May 30, 2015
1 parent 8dd2f4a commit 5afe972
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 19E5nd8lK63E6zeuv5ANAx1HYMnvZDvO8
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ group :development do
gem "simplecov", ">= 0"
end

gem 'coveralls', require: false

group :test do
gem 'rake'
end
24 changes: 24 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ GEM
tzinfo (~> 1.1)
addressable (2.3.8)
builder (3.2.2)
coveralls (0.8.1)
json (~> 1.8)
rest-client (>= 1.6.8, < 2)
simplecov (~> 0.10.0)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
docile (1.1.5)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
faraday (0.9.1)
multipart-post (>= 1.2, < 3)
git (1.2.9.1)
Expand All @@ -25,6 +33,8 @@ GEM
oauth2
hashie (3.4.1)
highline (1.7.2)
http-cookie (1.0.2)
domain_name (~> 0.5)
i18n (0.7.0)
jeweler (2.0.1)
builder
Expand All @@ -37,11 +47,13 @@ GEM
rdoc
json (1.8.2)
jwt (1.4.1)
mime-types (2.6.1)
mini_portile (0.6.2)
minitest (5.6.1)
multi_json (1.11.0)
multi_xml (0.5.5)
multipart-post (2.0.0)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
oauth2 (1.0.0)
Expand All @@ -54,6 +66,10 @@ GEM
rake (10.4.2)
rdoc (3.12.2)
json (~> 1.4)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
shoulda (3.5.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (>= 1.4.1, < 3.0)
Expand All @@ -65,15 +81,23 @@ GEM
json (~> 1.8)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
term-ansicolor (1.3.0)
tins (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tins (1.5.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.1)

PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.0)
coveralls
jeweler (~> 2.0.1)
rake
rdoc (~> 3.12)
Expand Down
2 changes: 2 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
require 'simplecov'
require 'coveralls'
Coveralls.wear!

module SimpleCov::Configuration
def clean_filters
Expand Down

0 comments on commit 5afe972

Please sign in to comment.