diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index 7989b1b43d..34d2218405 100644 --- a/Library/Homebrew/test/.simplecov +++ b/Library/Homebrew/test/.simplecov @@ -3,7 +3,7 @@ SimpleCov.start do tests_path = File.dirname(__FILE__) - minimum_coverage 50 + minimum_coverage 60 coverage_dir File.expand_path("#{tests_path}/coverage") root File.expand_path("#{tests_path}/../../")