class Covered::Config

def include_patterns

@returns [Array(String)] An array of relative patterns to include, e.g. `"lib/**/*.rb"`.
Which paths to include when computing coverage for a given project.
def include_patterns
	["lib/**/*.rb"]
end