Botfuel / botfuel-dialog

Botfuel SDK to build highly conversational chatbots
https://docs.botfuel.io
Other
102 stars 18 forks source link

fix/remove-config-access #216

Closed KevinDepuydt closed 6 years ago

KevinDepuydt commented 6 years ago

Restrict config access through resolvers

codecov[bot] commented 6 years ago

Codecov Report

Merging #216 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #216      +/-   ##
==========================================
+ Coverage      88%   88.17%   +0.17%     
==========================================
  Files          80       80              
  Lines        1584     1582       -2     
  Branches      201      201              
==========================================
+ Hits         1394     1395       +1     
+ Misses        161      158       -3     
  Partials       29       29
Impacted Files Coverage Δ
packages/botfuel-dialog/src/resolver.js 91.42% <ø> (-0.24%) :arrow_down:
packages/botfuel-dialog/src/dialog-manager.js 87.93% <100%> (+0.1%) :arrow_up:
packages/botfuel-dialog/src/view-resolver.js 100% <100%> (ø) :arrow_up:
packages/botfuel-dialog/src/bot.js 68.53% <0%> (+2.23%) :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 be28381...6f88977. Read the comment docs.