Yoctol / bottender

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

Fix context.views.open in slack home tab #809

Closed etrex closed 4 years ago

etrex commented 4 years ago

previous implement

current implement

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##           release/1.5     #809   +/-   ##
============================================
  Coverage        83.93%   83.93%           
============================================
  Files              120      120           
  Lines             6167     6169    +2     
  Branches          1523     1525    +2     
============================================
+ Hits              5176     5178    +2     
  Misses             987      987           
  Partials             4        4           
Impacted Files Coverage Δ
packages/bottender/src/slack/SlackTypes.ts 100.00% <ø> (ø)
packages/bottender/src/slack/SlackConnector.ts 91.56% <100.00%> (+0.10%) :arrow_up:
packages/bottender/src/slack/SlackContext.ts 92.30% <100.00%> (+0.09%) :arrow_up:
packages/bottender-facebook/src/FacebookContext.ts 74.39% <0.00%> (-0.31%) :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 611534b...3f50d9d. Read the comment docs.