Skip to content
Snippets Groups Projects
Commit a536139e authored by Markus Reiter's avatar Markus Reiter
Browse files

Remove `dev-cmd/tests.rb` from test coverage.

parent 5fbccc03
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,13 @@ SimpleCov.start do
add_filter "/Homebrew/cask/spec/"
add_filter "/Homebrew/cask/test/"
add_filter "/Homebrew/compat/"
add_filter "/Homebrew/dev-cmd/tests.rb"
add_filter "/Homebrew/test/"
add_filter "/Homebrew/vendor/"
if ENV["HOMEBREW_INTEGRATION_TEST"]
command_name "#{ENV["HOMEBREW_INTEGRATION_TEST"]} (#{$PROCESS_ID})"
at_exit do
exit_code = $ERROR_INFO.nil? ? 0 : $ERROR_INFO.status
$stdout.reopen("/dev/null")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment