darukjs / daruk

a node.js web framework based on typescript
http://darukjs.com
MIT License
935 stars 79 forks source link

feat: add a MethodDecorator to wrap json function #20

Closed himself65 closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #20 into developer will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@              Coverage Diff              @@
##           developer      #20      +/-   ##
=============================================
+ Coverage      96.38%   96.44%   +0.05%     
=============================================
  Files             26       26              
  Lines            609      618       +9     
  Branches          42       42              
=============================================
+ Hits             587      596       +9     
  Misses            17       17              
  Partials           5        5
Impacted Files Coverage Δ
src/decorators/http_methods.ts 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 8833d04...8af6a0c. Read the comment docs.

himself65 commented 5 years ago

finished #21