# File lib/coveralls/configuration.rb, line 129
    def self.configuration_path
      File.expand_path(File.join(self.root, ".coveralls.yml")) if self.root
    end