Codebase list lua-http / 86c3bf4f-1ae3-4cfc-bdf9-2324d2a403d6/main .luacov
86c3bf4f-1ae3-4cfc-bdf9-2324d2a403d6/main

Tree @86c3bf4f-1ae3-4cfc-bdf9-2324d2a403d6/main (Download .tar.gz)

.luacov @86c3bf4f-1ae3-4cfc-bdf9-2324d2a403d6/mainraw · history · blame

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