Merge pull request #1100 from internetee/fine-tune-simplecov-gem-and-code-climate

Fine-tune simplecov gem and code climate
This commit is contained in:
Timo Võhmar 2019-03-12 16:38:49 +02:00 committed by GitHub
commit c80fc22a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 8 deletions

View file

@ -1,7 +1,6 @@
if ENV['COVERAGE']
require 'simplecov'
SimpleCov.command_name 'test'
SimpleCov.start 'rails'
end
ENV['RAILS_ENV'] ||= 'test'