bespoken / virtual-alexa

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

Support for multi language#14 #15

Closed jperata closed 6 years ago

jperata commented 6 years ago
codecov[bot] commented 6 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   84.61%   84.56%   -0.06%     
==========================================
  Files          19       19              
  Lines         845      842       -3     
  Branches      105      102       -3     
==========================================
- Hits          715      712       -3     
  Misses        130      130
Impacted Files Coverage Δ
src/LocalSkillInteractor.ts 100% <100%> (ø) :arrow_up:
src/RemoteSkillInteractor.ts 85.29% <100%> (+0.91%) :arrow_up:
src/SkillInteractor.ts 96.72% <100%> (ø) :arrow_up:
src/SkillContext.ts 95% <100%> (+0.4%) :arrow_up:
src/VirtualAlexa.ts 93.5% <100%> (+0.35%) :arrow_up:
src/SkillRequest.ts 87.12% <100%> (-1.37%) :arrow_down:

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 f5252b4...41fbc1f. Read the comment docs.

jperata commented 6 years ago

@jkelvie Comments addressed