This is an automated email from the ASF dual-hosted git repository. membphis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git
The following commit(s) were added to refs/heads/master by this push: new aa13b72 luacov: add new path `plugins/limit-count` and `plugins/utils`. (#1357) aa13b72 is described below commit aa13b72c0da970fafd869fee3b4a2fe1f6c3963f Author: YuanSheng Wang <membp...@gmail.com> AuthorDate: Sun Mar 29 10:58:11 2020 +0800 luacov: add new path `plugins/limit-count` and `plugins/utils`. (#1357) --- t/apisix.luacov | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/apisix.luacov b/t/apisix.luacov index 8f4f58f..cdddc10 100644 --- a/t/apisix.luacov +++ b/t/apisix.luacov @@ -24,8 +24,10 @@ return { ["lua/apisix/http/router/*"] = "http/router", ["lua/apisix/plugins/*"] = "plugins", ["lua/apisix/plugins/grpc-transcode/*"] = "plugins/grpc-transcode", + ["lua/apisix/plugins/limit-count/*"] = "plugins/limit-count", ["lua/apisix/plugins/prometheus/*"] = "plugins/prometheus", ["lua/apisix/plugins/zipkin/*"] = "plugins/zipkin", + ["lua/apisix/utils/*"] = "utils", -- can not enable both at http and stream, will fix it later. -- ["lua/apisix/stream/*"] = "stream",