apache / apisix-go-plugin-runner

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

refactor: move internal/log to pkg/log #14

Closed spacewander closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #14 (9521f55) into master (a6957f8) will decrease coverage by 2.46%. The diff coverage is 0.00%.

:exclamation: Current head 9521f55 differs from pull request most recent head 82a84f9. Consider uploading reports for the commit 82a84f9 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   81.31%   78.85%   -2.47%     
==========================================
  Files           9        9              
  Lines         487      487              
==========================================
- Hits          396      384      -12     
- Misses         71       82      +11     
- Partials       20       21       +1     
Impacted Files Coverage Δ
cmd/go-runner/main.go 35.38% <0.00%> (ø)
cmd/go-runner/plugins/say.go 71.42% <0.00%> (ø)
internal/plugin/conf.go 90.69% <ø> (ø)
internal/plugin/plugin.go 76.92% <ø> (ø)
internal/server/server.go 66.96% <ø> (-10.72%) :arrow_down:

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 a6957f8...82a84f9. Read the comment docs.