Codebase list lua-http / 2764d490-69c1-4ac3-8c51-8c672a0aee29/main .luacov
2764d490-69c1-4ac3-8c51-8c672a0aee29/main

Tree @2764d490-69c1-4ac3-8c51-8c672a0aee29/main (Download .tar.gz)

.luacov @2764d490-69c1-4ac3-8c51-8c672a0aee29/mainraw · history · blame

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