Codebase list lua-http / upstream/0.3 .luacov
upstream/0.3

Tree @upstream/0.3 (Download .tar.gz)

.luacov @upstream/0.3raw · history · blame

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