From 135ecd1295cdcbb1500ec2216d37f00e485130f8 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 17 Aug 2016 09:09:55 +0100 Subject: Prepare for Homebrew Cask to be imported. - ignore Cask's files in `readall` (for now, there's an intentional syntax error that will need fixed) - run Cask's tests if they exist - don't check Cask's files in coverage reports (for now) --- Library/Homebrew/test/.simplecov | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test') diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov index e61623081..3cbd53943 100644 --- a/Library/Homebrew/test/.simplecov +++ b/Library/Homebrew/test/.simplecov @@ -12,6 +12,7 @@ SimpleCov.start do # tests to be dropped. This causes random fluctuations in test coverage. merge_timeout 86400 + add_filter "/Homebrew/cask/" add_filter "/Homebrew/compat/" add_filter "/Homebrew/test/" add_filter "/Homebrew/vendor/" -- cgit v1.2.3