class Coveralls::CommandLine

def report

def report
  ENV["COVERALLS_NOISY"] = "true"
  exec "bundle exec rake"
  ENV["COVERALLS_NOISY"] = nil
end