aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-01-20 01:34:20 +0100
committerBaptiste Fontaine2016-02-06 14:20:57 +0100
commitd45467172d385f56a660e999f1df97e7fb21d98b (patch)
treef03062f1bb6c648a5c4ac928f82da7f3e3063d23 /Library
parent2cf5ceaa20d8988caff6f984b688ba67f91d1a8a (diff)
downloadbrew-d45467172d385f56a660e999f1df97e7fb21d98b.tar.bz2
tests: enforce min. 40% coverage
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/.simplecov2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov
index eaab7dffa..8df416a20 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}/../../")