Codebase list lua-http / debian/latest .luacov
debian/latest

Tree @debian/latest (Download .tar.gz)

.luacov @debian/latestraw · history · blame

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