Codebase list lua-http / run/77f374e3-7374-48d3-912f-6c41d9c40e41/main .luacov
run/77f374e3-7374-48d3-912f-6c41d9c40e41/main

Tree @run/77f374e3-7374-48d3-912f-6c41d9c40e41/main (Download .tar.gz)

.luacov @run/77f374e3-7374-48d3-912f-6c41d9c40e41/mainraw · history · blame

return {
	statsfile = "luacov.stats.out";
	reportfile = "luacov.report.out";
	deletestats = true;
	include = {
		"/http/[^/]+$";
		"/http/compat/[^/]+$";
	};
	exclude = {
	};
}