apache / apisix-go-plugin-runner

Go Plugin Runner for APISIX
https://apisix.apache.org/
Apache License 2.0
167 stars 69 forks source link

feat: support get response body by extra_info #107

Closed soulbird closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #107 (df8383a) into master (bd5d11f) will decrease coverage by 1.00%. The diff coverage is 87.14%.

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   82.38%   81.38%   -1.00%     
==========================================
  Files          14       14              
  Lines         897      967      +70     
==========================================
+ Hits          739      787      +48     
- Misses        113      130      +17     
- Partials       45       50       +5     
Impacted Files Coverage Δ
internal/http/response.go 93.08% <86.95%> (-4.70%) :arrow_down:
internal/plugin/plugin.go 77.31% <100.00%> (+0.23%) :arrow_up:
internal/server/server.go 55.55% <0.00%> (-10.32%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

spacewander commented 1 year ago

Let's add an e2e test in the next PR