bespoken / virtual-alexa

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

Improved dialog manager #103

Closed jkelvie closed 5 years ago

jkelvie commented 5 years ago

This is a work-in-progress.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3904865). Click here to learn what that means. The diff coverage is 92.95%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #103   +/-   ##
=========================================
  Coverage          ?   93.23%           
=========================================
  Files             ?       24           
  Lines             ?     1183           
  Branches          ?      157           
=========================================
  Hits              ?     1103           
  Misses            ?       80           
  Partials          ?        0
Impacted Files Coverage Δ
src/impl/SkillInteractor.ts 100% <100%> (ø)
src/audioPlayer/AudioPlayer.ts 79.79% <100%> (ø)
src/core/SkillResponse.ts 93.22% <100%> (ø)
src/impl/SlotValue.ts 90.74% <66.66%> (ø)
src/dialog/DialogManager.ts 89.15% <84.37%> (ø)
src/core/VirtualAlexa.ts 95.09% <90%> (ø)
src/core/SkillRequest.ts 96.24% <95.94%> (ø)

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 3904865...2f034b6. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3904865). Click here to learn what that means. The diff coverage is 91.89%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #103   +/-   ##
=========================================
  Coverage          ?   92.44%           
=========================================
  Files             ?       24           
  Lines             ?     1059           
  Branches          ?       52           
=========================================
  Hits              ?      979           
  Misses            ?       80           
  Partials          ?        0
Impacted Files Coverage Δ
src/impl/RemoteSkillInteractor.ts 83.33% <100%> (ø)
src/impl/LocalSkillInteractor.ts 100% <100%> (ø)
src/core/SkillResponse.ts 92.59% <100%> (ø)
src/impl/SlotValue.ts 91.66% <50%> (ø)
src/audioPlayer/AudioPlayer.ts 80.64% <83.33%> (ø)
src/dialog/DialogManager.ts 89.85% <90%> (ø)
src/core/SkillRequest.ts 91.8% <90.54%> (ø)
src/impl/SkillInteractor.ts 96.66% <94.44%> (ø)
src/core/VirtualAlexa.ts 95.27% <96%> (ø)

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 3904865...8538c57. Read the comment docs.