Codebase list lua-http / 6f135a15-b2b3-4d10-873d-947b70ebf883/main .luacov
6f135a15-b2b3-4d10-873d-947b70ebf883/main

Tree @6f135a15-b2b3-4d10-873d-947b70ebf883/main (Download .tar.gz)

.luacov @6f135a15-b2b3-4d10-873d-947b70ebf883/mainraw · history · blame

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