apisix/t/apisix.luacov
YuanSheng Wang 7cf243cdf9
change: code style + added local cache. (#241)
* change: code style + added local cache.
* luacov: added new path `lua/apisix/http/*`.
2019-07-12 19:08:59 +08:00

9 lines
216 B
Plaintext

modules = {
["lua.*"] = "lua",
["lua/apisix/*"] = "apisix",
["lua/apisix/admin/*"] = "admin",
["lua/apisix/core/*"] = "core",
["lua/apisix/http/*"] = "http",
["lua/apisix/plugins/*"] = "plugins",
}