class Covered::Config
def ignore_paths
Which paths to ignore when computing coverage for a given project.
def ignore_paths ["test/", "fixtures/", "spec/", "vendor/", "config/"] end
def ignore_paths ["test/", "fixtures/", "spec/", "vendor/", "config/"] end