Skip to content

Commit

Permalink
Merge pull request #1180 from vbrazo/features/finish-simplecov-integr…
Browse files Browse the repository at this point in the history
…ation

Add missing SimpleCov configurations
  • Loading branch information
Maicol Bentancor authored Jun 22, 2018
2 parents 047fe4f + 4cc8fb3 commit 48c5709
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

require 'simplecov'

SimpleCov.start 'rails'
SimpleCov.formatter = SimpleCov::Formatter::HTMLFormatter
SimpleCov.start 'rails' do
add_filter ['.bundle', 'test', 'config']
end

ENV['RAILS_ENV'] = 'test'

Expand Down

0 comments on commit 48c5709

Please sign in to comment.