spec/support/use_simplecov.rb in rails-prg-0.1.0 vs spec/support/use_simplecov.rb in rails-prg-0.1.1

- old
+ new

@@ -8,10 +8,10 @@ f.puts result.source_files.covered_percent.to_f end end end -SimpleCov.merge_timeout 240 #4 mins +SimpleCov.merge_timeout 1800 #30 mins if suite_name = ENV["COVERAGE_GROUP"] SimpleCov.command_name(suite_name) end SimpleCov.formatter = SimpleCov::Formatter::QualityFormatter SimpleCov.start do