Codebase list lua-http / upstream/0_20160616 .luacov
upstream/0_20160616

Tree @upstream/0_20160616 (Download .tar.gz)

.luacov @upstream/0_20160616raw · history · blame

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