You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by me...@apache.org on 2020/03/29 02:58:19 UTC

[incubator-apisix] branch master updated: luacov: add new path `plugins/limit-count` and `plugins/utils`. (#1357)

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 <me...@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",