module SimpleCov

def load_profile(name)


Applies the profile of given name on SimpleCov configuration
def load_profile(name)
  profiles.load(name)
end