return {
	root = ".",
	include = {
		-- Prevent coverage reports of the tests or helper utilities
		"src/.+",
	},
}
