Botfuel / botfuel-dialog

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

fix: add manage error comma in Corpus #182

Closed Benjamin15 closed 6 years ago

Benjamin15 commented 6 years ago

fix corpus comma error. When we have a error format, return ExtractorError

task Asana : https://app.asana.com/0/481142309329793/670660760628697

codecov[bot] commented 6 years ago

Codecov Report

Merging #182 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
+ Coverage    83.5%   83.55%   +0.04%     
==========================================
  Files          79       79              
  Lines        1837     1842       +5     
  Branches      240      241       +1     
==========================================
+ Hits         1534     1539       +5     
  Misses        268      268              
  Partials       35       35
Impacted Files Coverage Δ
packages/botfuel-dialog/src/corpora/corpus.js 100% <100%> (ø) :arrow_up:
packages/botfuel-dialog/src/corpora/file-corpus.js 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 f20cdcf...bc5633e. Read the comment docs.