Returns:
98 99 100
# File 'lib/coveralls.rb', line 98 def noisy? ENV["COVERALLS_NOISY"] || (defined?(@noisy) && @noisy) end