aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
authorBaptiste Fontaine2016-01-27 22:03:17 +0100
committerBaptiste Fontaine2016-02-06 14:20:57 +0100
commitaec4e0723a909f3db42475d3c97bb5204aeaffef (patch)
tree4052f16e5c98318df40bbf4e81428fa18019aeaf /Library/Homebrew/test
parentabf81f98454555f7d2254b27b67abe73e833e65e (diff)
downloadbrew-aec4e0723a909f3db42475d3c97bb5204aeaffef.tar.bz2
tests: track all files
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/.simplecov7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Homebrew/test/.simplecov b/Library/Homebrew/test/.simplecov
index 8df416a20..b42d29f8f 100644
--- a/Library/Homebrew/test/.simplecov
+++ b/Library/Homebrew/test/.simplecov
@@ -11,6 +11,13 @@ SimpleCov.start do
add_filter "Homebrew/compat/"
add_filter "Homebrew/test/"
add_filter "Homebrew/vendor/"
+ add_filter "Taps/"
+
+ # Not using this during integration tests makes the tests 4x times faster
+ # without changing the coverage.
+ unless ENV["HOMEBREW_INTEGRATION_TEST"]
+ track_files "#{SimpleCov.root}/**/*.rb"
+ end
end
if ENV["HOMEBREW_INTEGRATION_TEST"]