Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.22k stars 335 forks source link

feat(RequestContext): add id to RequestContext #774

Closed chentsulin closed 4 years ago

chentsulin commented 4 years ago

Add the optional id property to the RequestContext type.

codecov-commenter commented 4 years ago

Codecov Report

Merging #774 into release/1.5 will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           release/1.5     #774   +/-   ##
============================================
  Coverage        81.07%   81.07%           
============================================
  Files              108      108           
  Lines             4741     4741           
  Branches          1195     1150   -45     
============================================
  Hits              3844     3844           
- Misses             862      869    +7     
+ Partials            35       28    -7     
Impacted Files Coverage Δ
packages/bottender/src/server/Server.ts 10.46% <0.00%> (ø)
packages/bottender/src/types.ts 100.00% <ø> (ø)
packages/bottender/src/chain.ts 76.92% <0.00%> (ø)
packages/bottender/src/getClient.ts 55.55% <0.00%> (ø)
packages/bottender/src/router/index.ts 90.66% <0.00%> (ø)
packages/create-bottender-app/src/shared/log.ts 0.00% <0.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 117d40d...e619bc5. Read the comment docs.