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

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

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

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