tests: track all files

This commit is contained in:
Baptiste Fontaine 2016-01-27 22:03:17 +01:00
parent abf81f9845
commit aec4e0723a

View File

@ -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"]