aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]