# File lib/coveralls/configuration.rb, line 123 def self.yaml_config if self.configuration_path && File.exist?(self.configuration_path) YAML::load_file(self.configuration_path) end end