arb / celebrate

A joi validation middleware for Express.
MIT License
1.33k stars 66 forks source link

Per request `steps` #148

Closed arb closed 4 years ago

arb commented 4 years ago

Fixes #147

In trying to be clever, I ended up introducing a bug where multiple request would reuse the same Promises, so they wouldn't not run after the first request.

codecov-io commented 4 years ago

Codecov Report

Merging #148 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #148   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines          68     68           
  Branches       11     11           
=====================================
  Hits           68     68
Impacted Files Coverage Δ
lib/index.js 100% <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 1ad01b3...c013e4b. Read the comment docs.