From 42a4f44c0e0e9841812e8757034cf32f7f4d16c0 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sat, 16 Jan 2016 20:25:57 +0100 Subject: tests: bump the min. coverage to 60 --- Library/Homebrew/test/.simplecov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index 7989b1b43..34d221840 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}/../../") -- cgit v1.2.3