bespoken / virtual-alexa

:robot: Easily test and debug Alexa skills programmatically
https://bespoken.io
Apache License 2.0
112 stars 35 forks source link

Fix for entity resolutions #75

Closed jkelvie closed 6 years ago

jkelvie commented 6 years ago

Added multiple values to a single resolution More robust handling of dialogs based on testing

codecov[bot] commented 6 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.13%. The diff coverage is 96.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage   95.28%   95.41%   +0.13%     
==========================================
  Files          27       27              
  Lines        1250     1264      +14     
  Branches      175      178       +3     
==========================================
+ Hits         1191     1206      +15     
+ Misses         59       58       -1
Impacted Files Coverage Δ
src/core/SkillContext.ts 98% <100%> (+0.04%) :arrow_up:
src/impl/SkillInteractor.ts 98.95% <100%> (+0.01%) :arrow_up:
src/impl/SlotValue.ts 100% <100%> (ø) :arrow_up:
src/dialog/DialogManager.ts 96.77% <88.88%> (+0.69%) :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 bce7ce3...285c641. Read the comment docs.