bespoken / virtual-alexa

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

Virtual core dependency #32

Closed jperata closed 6 years ago

jperata commented 6 years ago

Closes #28

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into master will decrease coverage by 1.33%. The diff coverage is 95.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   93.13%   91.79%   -1.34%     
==========================================
  Files          20       18       -2     
  Lines         888      695     -193     
  Branches      111       82      -29     
==========================================
- Hits          827      638     -189     
+ Misses         61       57       -4
Impacted Files Coverage Δ
src/Device.ts 100% <ø> (ø) :arrow_up:
src/AudioPlayer.ts 77.08% <ø> (ø) :arrow_up:
src/SkillInteractor.ts 98.43% <100%> (ø) :arrow_up:
src/InteractionModel.ts 100% <100%> (ø) :arrow_up:
src/BuiltinSlotTypes.ts 100% <100%> (ø) :arrow_up:
src/VirtualAlexa.ts 95.18% <100%> (ø) :arrow_up:
src/IntentSchema.ts 100% <100%> (+2.27%) :arrow_up:
src/SampleUtterancesBuilder.ts 92% <92%> (ø)

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 ca5bda1...2171e5a. Read the comment docs.

jperata commented 6 years ago

@jkelvie Added back Amazon Builtin Utteranes and Slots.

jperata commented 6 years ago

Add a fix to typedocs generation and regenerated the docs.