bespoken / virtual-alexa

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

Dynamo DB mock support #49

Closed jkelvie closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #49 into master will increase coverage by 0.02%. The diff coverage is 95.4%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   94.21%   94.23%   +0.02%     
==========================================
  Files          27       28       +1     
  Lines        1054     1128      +74     
  Branches      152      161       +9     
==========================================
+ Hits          993     1063      +70     
- Misses         61       65       +4
Impacted Files Coverage Δ
src/dialog/ExplicitDialogResponse.ts 100% <ø> (ø) :arrow_up:
src/audioPlayer/AudioItem.ts 84.61% <ø> (ø) :arrow_up:
src/external/AddressAPI.ts 95% <ø> (ø) :arrow_up:
src/dialog/DialogResponse.ts 100% <ø> (ø) :arrow_up:
src/core/SkillRequest.ts 96.22% <ø> (ø) :arrow_up:
src/impl/UserIntent.ts 100% <ø> (ø) :arrow_up:
src/impl/SlotValue.ts 100% <ø> (ø) :arrow_up:
src/dialog/DelegatedDialogResponse.ts 100% <100%> (ø) :arrow_up:
src/dialog/DialogManager.ts 97.41% <100%> (ø) :arrow_up:
src/audioPlayer/AudioPlayer.ts 78.12% <100%> (ø) :arrow_up:
... and 6 more

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 5427f1a...dcd84db. Read the comment docs.