bespoken / virtual-alexa

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

Mock alexa api #48

Closed jkelvie closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #48 into master will increase coverage by 0.02%. The diff coverage is 97.46%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #48      +/-   ##
==========================================
+ Coverage   94.18%   94.21%   +0.02%     
==========================================
  Files          24       27       +3     
  Lines        1015     1054      +39     
  Branches      148      152       +4     
==========================================
+ Hits          956      993      +37     
- Misses         59       61       +2
Impacted Files Coverage Δ
src/core/User.ts 81.81% <ø> (ø)
src/dialog/DialogIntent.ts 100% <ø> (ø)
src/model/SlotPrompt.ts 100% <ø> (ø)
src/impl/SlotValue.ts 100% <ø> (ø)
src/impl/LocalSkillInteractor.ts 100% <ø> (ø)
src/model/IntentSchema.ts 100% <ø> (ø)
src/impl/ModuleInvoker.ts 92.45% <ø> (ø)
src/model/BuiltinUtterances.ts 100% <ø> (ø)
src/model/BuiltinSlotTypes.ts 100% <ø> (ø)
src/impl/RemoteSkillInteractor.ts 85.29% <ø> (ø)
... and 22 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 e341561...c1d6867. Read the comment docs.