Codebase list lua-http / debian/0_20160616-1 .luacov
debian/0_20160616-1

Tree @debian/0_20160616-1 (Download .tar.gz)

.luacov @debian/0_20160616-1raw · history · blame

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