Codebase list lua-http / 7a393fe2-56aa-4c37-bfcf-05378142b4e2/main .luacov
7a393fe2-56aa-4c37-bfcf-05378142b4e2/main

Tree @7a393fe2-56aa-4c37-bfcf-05378142b4e2/main (Download .tar.gz)

.luacov @7a393fe2-56aa-4c37-bfcf-05378142b4e2/mainraw · history · blame

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