koajs / joi-router

Configurable, input and output validated routing for koa
MIT License
450 stars 96 forks source link

do not parse payload when already parsed #64

Closed piotr-s-brainhub closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #64 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   99.59%   99.59%   +<.01%     
==========================================
  Files           3        3              
  Lines         248      249       +1     
  Branches       50       51       +1     
==========================================
+ Hits          247      248       +1     
  Misses          1        1
Impacted Files Coverage Δ
joi-router.js 99.4% <100%> (ø) :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 98dae57...bc2aa20. Read the comment docs.

lcxfs1991 commented 6 years ago

This is really a helpful pr.

aheckmann commented 6 years ago

Closed. See #63