From d45467172d385f56a660e999f1df97e7fb21d98b Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Wed, 20 Jan 2016 01:34:20 +0100 Subject: [PATCH] tests: enforce min. 40% coverage --- Library/Homebrew/test/.simplecov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index eaab7dffac..8df416a200 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 60 + minimum_coverage 40 coverage_dir File.expand_path("#{tests_path}/coverage") root File.expand_path("#{tests_path}/../../")