nic-chen commented on pull request #564:
URL: https://github.com/apache/apisix-dashboard/pull/564#issuecomment-712681096


   > ```
   > ?          github.com/apisix/manager-api   [no test files]
   > ?          github.com/apisix/manager-api/conf      [no test files]
   > ?          github.com/apisix/manager-api/filter    [no test files]
   > ?          github.com/apisix/manager-api/internal  [no test files]
   > ok         github.com/apisix/manager-api/internal/core/entity      0.004s
   > ?          github.com/apisix/manager-api/internal/core/storage     [no 
test files]
   > ok         github.com/apisix/manager-api/internal/core/store       1.015s
   > ?          github.com/apisix/manager-api/internal/handler  [no test files]
   > ok         github.com/apisix/manager-api/internal/handler/authentication   
0.013s
   > ok         github.com/apisix/manager-api/internal/handler/consumer 0.334s
   > ?          github.com/apisix/manager-api/internal/handler/healthz  [no 
test files]
   > ok         github.com/apisix/manager-api/internal/handler/plugin   0.010s
   > ok         github.com/apisix/manager-api/internal/handler/route    0.724s
   > ok         github.com/apisix/manager-api/internal/handler/service  0.227s
   > ok         github.com/apisix/manager-api/internal/handler/ssl      0.160s
   > ok         github.com/apisix/manager-api/internal/handler/upstream 0.223s
   > ok         github.com/apisix/manager-api/internal/utils    0.005s
   > ?          github.com/apisix/manager-api/internal/utils/consts     [no 
test files]
   > ?          github.com/apisix/manager-api/log       [no test files]
   > ```
   > 
   > why so many files no test cases cover?
   
   
   
   
   
   ```
   github.com/apisix/manager-api                                 --> just a 
main.go
   github.com/apisix/manager-api/conf                        --> config
   github.com/apisix/manager-api/filter                  --> 
   github.com/apisix/manager-api/internal                        --> no files
   github.com/apisix/manager-api/internal/core/storage       -->  
   github.com/apisix/manager-api/internal/handler                --> no files
   github.com/apisix/manager-api/internal/handler/healthz        -->
   github.com/apisix/manager-api/internal/utils/consts       --> const defined
   github.com/apisix/manager-api/log                         --> 
   ```
   @moonming 
   The main code is in the subdirectory of `handler` and the `store` directory. 
I think the missing part could be added later.
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to