1return {
2	root = ".",
3	include = {
4		-- Prevent coverage reports of the tests or helper utilities
5		"src/.+",
6	},
7}
8