diff options
| author | Baptiste Fontaine | 2016-01-20 01:34:20 +0100 |
|---|---|---|
| committer | Baptiste Fontaine | 2016-02-06 14:20:57 +0100 |
| commit | d45467172d385f56a660e999f1df97e7fb21d98b (patch) | |
| tree | f03062f1bb6c648a5c4ac928f82da7f3e3063d23 /Library | |
| parent | 2cf5ceaa20d8988caff6f984b688ba67f91d1a8a (diff) | |
| download | brew-d45467172d385f56a660e999f1df97e7fb21d98b.tar.bz2 | |
tests: enforce min. 40% coverage
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/.simplecov | 2 |
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}/../../") |
