.simplecov in page_magic-1.2.8 vs .simplecov in page_magic-1.2.9
- old
+ new
@@ -1,8 +1,8 @@
require 'pullreview/coverage'
-require "codeclimate-test-reporter"
-SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter,PullReview::Coverage::Formatter,CodeClimate::TestReporter::Formatter]
+SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter,PullReview::Coverage::Formatter]
SimpleCov.start do
add_filter '/spec/'
+ add_filter '/lib/active_support/core_ext/object/to_query.rb'
end
\ No newline at end of file