Codebase list lua-http / e5ff6e4c-60a2-4e0b-b9a5-98059043c74a/main .luacov
e5ff6e4c-60a2-4e0b-b9a5-98059043c74a/main

Tree @e5ff6e4c-60a2-4e0b-b9a5-98059043c74a/main (Download .tar.gz)

.luacov @e5ff6e4c-60a2-4e0b-b9a5-98059043c74a/mainraw · history · blame

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