Codebase list lua-http / 65c45d3f-266b-4aa8-8bd2-ee0392fe7c65/upstream .luacov
65c45d3f-266b-4aa8-8bd2-ee0392fe7c65/upstream

Tree @65c45d3f-266b-4aa8-8bd2-ee0392fe7c65/upstream (Download .tar.gz)

.luacov @65c45d3f-266b-4aa8-8bd2-ee0392fe7c65/upstreamraw · history · blame

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