Codebase list lua-http / f38da961-1106-4c67-9357-81b230bd087e/main .luacov
f38da961-1106-4c67-9357-81b230bd087e/main

Tree @f38da961-1106-4c67-9357-81b230bd087e/main (Download .tar.gz)

.luacov @f38da961-1106-4c67-9357-81b230bd087e/mainraw · history · blame

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