Codebase list lua-http / fresh-snapshots/main .luacov
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

.luacov @fresh-snapshots/mainraw · history · blame

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