diff --git a/test/helper.rb b/test/helper.rb index 5865a77f..0e0167f9 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -9,7 +9,7 @@ rescue Bundler::BundlerError => e end if ENV['CODECLIMATE_REPO_TOKEN'] require 'simplecov' - SimpleCov.start + SimpleCov.start { add_filter "test" } end require "minitest/autorun"