Skip to content

Commit

Permalink
start simplecov in test helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-nair committed Jul 11, 2019
1 parent ab7a964 commit 0681e2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .simplecov
@@ -1,5 +1,3 @@
SimpleCov.start

if ENV['CI'] == 'true'
require 'codecov'
SimpleCov.formatter = SimpleCov::Formatter::Codecov
Expand Down
2 changes: 2 additions & 0 deletions test/test_helper.rb
@@ -1,5 +1,7 @@

require 'simplecov'
SimpleCov.start

require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
require 'minitest/reporters'
Expand Down

0 comments on commit 0681e2e

Please sign in to comment.