Codebase list lua-http / cbd65576-1589-4a75-a986-75bf23bd61ea/main .luacov
cbd65576-1589-4a75-a986-75bf23bd61ea/main

Tree @cbd65576-1589-4a75-a986-75bf23bd61ea/main (Download .tar.gz)

.luacov @cbd65576-1589-4a75-a986-75bf23bd61ea/mainraw · history · blame

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