class Swagcov::Coverage

def dotfile

def dotfile
  @dotfile ||= YAML.load_file(Rails.root.join(".swagcov.yml"))
end