diff --git a/tests/helper.rb b/tests/helper.rb index 22faa9f06..ecf1abf0d 100644 --- a/tests/helper.rb +++ b/tests/helper.rb @@ -1,6 +1,6 @@ begin - require "codeclimate-test-reporter" - CodeClimate::TestReporter.start + require 'simplecov' + SimpleCov.start rescue LoadError => e $stderr.puts "not recording test coverage: #{e.inspect}" end