aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorMike McQuaid2016-08-17 09:09:55 +0100
committerMike McQuaid2016-08-17 09:11:11 +0100
commit135ecd1295cdcbb1500ec2216d37f00e485130f8 (patch)
tree15c41fac65e1d1edca4e31ed43bc3e62561362ac /Library/Homebrew/test
parent89687fe122e4262976ffce3c04ed617e485881e8 (diff)
downloadbrew-135ecd1295cdcbb1500ec2216d37f00e485130f8.tar.bz2
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)
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/.simplecov1
1 files changed, 1 insertions, 0 deletions
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/"