Add codeclimate test reporter (CI only)

requires repo admin to add
CODECLIMATE_REPO_TOKEN
to the CI env
This commit is contained in:
Benjamin Fleischer
2015-08-28 14:30:52 -05:00
parent 94469be1ca
commit c401722c10
2 changed files with 8 additions and 2 deletions

View File

@@ -29,6 +29,8 @@ group :test do
gem 'activerecord'
gem 'sqlite3', platform: :ruby
gem 'activerecord-jdbcsqlite3-adapter', platform: :jruby
gem 'codeclimate-test-reporter', require: false
end
group :test, :development do
gem 'simplecov', '~> 0.10', require: false