dbartholomae / lambda-middleware

A collection of middleware for AWS lambda functions.
https://dbartholomae.github.io/lambda-middleware/
MIT License
151 stars 18 forks source link

Add class-validator middleware #27

Closed dbartholomae closed 4 years ago

dbartholomae commented 4 years ago

Closes #5

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #27   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        14    +2     
  Lines          169       188   +19     
  Branches        43        46    +3     
=========================================
+ Hits           169       188   +19     
Impacted Files Coverage Δ
packages/class-validator/src/classValidator.ts 100.00% <100.00%> (ø)
.../src/interfaces/ClassValidatorMiddlewareOptions.ts 100.00% <100.00%> (ø)

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 5f5e17a...cd9dd94. Read the comment docs.