Codebase list lua-http / run/03dc9edb-fee5-4c08-b29b-f7d3644727a6/main .luacov
run/03dc9edb-fee5-4c08-b29b-f7d3644727a6/main

Tree @run/03dc9edb-fee5-4c08-b29b-f7d3644727a6/main (Download .tar.gz)

.luacov @run/03dc9edb-fee5-4c08-b29b-f7d3644727a6/mainraw · history · blame

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