.simplecov in page_magic-1.0.0.alpha17 vs .simplecov in page_magic-1.0.0.alpha18
- old
+ new
@@ -1,4 +1,9 @@
+require 'pullreview/coverage'
+require "codeclimate-test-reporter"
+
+SimpleCov.formatters = [SimpleCov::Formatter::HTMLFormatter,PullReview::Coverage::Formatter,CodeClimate::TestReporter::Formatter]
+
SimpleCov.start do
add_filter '/spec/'
end
\ No newline at end of file