Codebase list lua-http / b5a15913-8348-4e66-916a-c9650134a6ed/main .luacov
b5a15913-8348-4e66-916a-c9650134a6ed/main

Tree @b5a15913-8348-4e66-916a-c9650134a6ed/main (Download .tar.gz)

.luacov @b5a15913-8348-4e66-916a-c9650134a6ed/mainraw · history · blame

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