Skip to content

Commit

Permalink
Add Code Climate test coverage reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jstotz committed May 1, 2017
1 parent 913aad5 commit a306868
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -6,3 +6,10 @@ rvm:
- 2.0.0
- 2.1.0
- 2.2.0

addons:
code_climate:
repo_token: 6963f51029c0c9bf6406bd1cc69ae951bc53f9bf7751b16035515b5f764c58fe

after_success:
- bundle exec codeclimate-test-reporter
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ group :test do
gem 'rspec', '~> 3.2'
gem 'webmock', :require => false
gem 'coveralls', :require => false
gem 'codeclimate-test-reporter', '~> 1.0.0'
end

group :development do
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Expand Up @@ -11,6 +11,8 @@ GEM
remote: https://rubygems.org/
specs:
addressable (2.2.8)
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
coderay (1.1.0)
coveralls (0.7.11)
multi_json (~> 1.10)
Expand Down Expand Up @@ -69,6 +71,7 @@ PLATFORMS
ruby

DEPENDENCIES
codeclimate-test-reporter (~> 1.0.0)
coveralls
pry
rake
Expand All @@ -77,4 +80,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.11.2
1.14.4
Binary file added vendor/cache/codeclimate-test-reporter-1.0.8.gem
Binary file not shown.

0 comments on commit a306868

Please sign in to comment.