JKHeadley / rest-hapi

🚀 A RESTful API generator for Node.js
https://resthapi.com
MIT License
1.19k stars 153 forks source link

Feature/named params #200

Closed JKHeadley closed 5 years ago

JKHeadley commented 5 years ago

Adds named parameters option for wrapper methods and simulated REST calls with restCall = true

codecov[bot] commented 5 years ago

Codecov Report

Merging #200 into master will decrease coverage by 0.28%. The diff coverage is 79.36%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #200      +/-   ##
=========================================
- Coverage   94.59%   94.3%   -0.29%     
=========================================
  Files          50      51       +1     
  Lines       11710   11827     +117     
=========================================
+ Hits        11077   11154      +77     
- Misses        633     673      +40
Impacted Files Coverage Δ
tests/unit/handler-helper.tests.js 98.15% <100%> (ø) :arrow_up:
tests/e2e/end-to-end.tests.js 100% <100%> (ø) :arrow_up:
tests/e2e/basic-embed.tests.js 99.67% <100%> (-0.04%) :arrow_down:
tests/e2e/doc-auth.tests.js 100% <100%> (ø) :arrow_up:
tests/e2e/misc.tests.js 100% <100%> (ø)
rest-hapi.js 91.3% <100%> (+9.28%) :arrow_up:
tests/e2e/basic-crud.tests.js 98.79% <100%> (+0.87%) :arrow_up:
utilities/handler-helper.js 76.15% <72.19%> (-1.22%) :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 68063d9...9ffefaf. Read the comment docs.