apache / apisix-go-plugin-runner

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

feat: add a demo to show how to return data directly #13

Closed spacewander closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #13 (3496ddb) into master (b24ce8c) will increase coverage by 2.11%. The diff coverage is 62.50%.

:exclamation: Current head 3496ddb differs from pull request most recent head db95a54. Consider uploading reports for the commit db95a54 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   77.42%   79.54%   +2.11%     
==========================================
  Files           8        9       +1     
  Lines         443      484      +41     
==========================================
+ Hits          343      385      +42     
- Misses         79       80       +1     
+ Partials       21       19       -2     
Impacted Files Coverage Δ
cmd/go-runner/main.go 35.38% <0.00%> (-14.62%) :arrow_down:
internal/server/server.go 66.96% <82.75%> (+17.44%) :arrow_up:
cmd/go-runner/plugins/say.go 100.00% <100.00%> (ø)
internal/plugin/plugin.go 76.92% <100.00%> (+8.92%) :arrow_up:
internal/server/error.go 100.00% <0.00%> (+5.88%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b24ce8c...db95a54. Read the comment docs.