Yoctol / bottender

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

refactor: add cache on getChannelBots #857

Closed etrex closed 4 years ago

etrex commented 4 years ago

refactor: add cache on getChannelBots

codecov-commenter commented 4 years ago

Codecov Report

Merging #857 into release/1.5 will increase coverage by 0.00%. The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##           release/1.5     #857   +/-   ##
============================================
  Coverage        84.19%   84.20%           
============================================
  Files              123      123           
  Lines             6272     6273    +1     
  Branches          1612     1613    +1     
============================================
+ Hits              5281     5282    +1     
  Misses             982      982           
  Partials             9        9           
Impacted Files Coverage Δ
packages/bottender/src/server/Server.ts 59.57% <ø> (-1.21%) :arrow_down:
packages/bottender/src/shared/getChannelBots.ts 88.37% <83.33%> (-1.11%) :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 ffdf088...2dd9570. Read the comment docs.