Skip to content

Commit

Permalink
Activate codeclimate coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaradclimber committed Mar 16, 2014
1 parent 19c991d commit fe980a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ rvm:
- 2.0.0
- 2.1.0
- ruby-head
script: export CODECLIMATE_REPO_TOKEN=80336b2292acc1d2838cc43c583642601efa411f78917a5bd257ee8233a7de1d
script: bundle exec rspec spec
deploy:
provider: rubygems
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
codeclimate-test-reporter (0.3.0)
simplecov (>= 0.7.1, < 1.0.0)
colorize (0.7.0)
coveralls (0.7.0)
multi_json (~> 1.3)
Expand Down Expand Up @@ -59,6 +61,7 @@ PLATFORMS
ruby

DEPENDENCIES
codeclimate-test-reporter
coveralls
rrimm!
rspec
1 change: 1 addition & 0 deletions rrimm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ Gem::Specification.new do |s|

s.add_development_dependency 'rspec'
s.add_development_dependency 'coveralls'
s.add_development_dependency 'codeclimate-test-reporter'
end
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'coveralls'
require "codeclimate-test-reporter"
Coveralls.wear!
CodeClimate::TestReporter.start

require 'rspec'
require_relative '../lib/rrimm'

0 comments on commit fe980a0

Please sign in to comment.