class Covered::Config

def ignore_paths

@returns [Array(String)] An array of relative paths to ignore.
Which paths to ignore when computing coverage for a given project.
def ignore_paths
	["test/", "fixtures/", "spec/", "vendor/", "config/"]
end