module Coveralls::Configuration
def self.configuration_path
def self.configuration_path File.expand_path(File.join(self.root, ".coveralls.yml")) if self.root end
def self.configuration_path File.expand_path(File.join(self.root, ".coveralls.yml")) if self.root end