bespoken / virtual-alexa

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

Fix audio player #25

Closed jkelvie closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #25 into master will increase coverage by 8.48%. The diff coverage is 90.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   84.89%   93.37%   +8.48%     
==========================================
  Files          19       19              
  Lines         854      861       +7     
  Branches      105      108       +3     
==========================================
+ Hits          725      804      +79     
+ Misses        129       57      -72
Impacted Files Coverage Δ
src/SkillContext.ts 95% <ø> (ø) :arrow_up:
src/SkillRequest.ts 95.04% <100%> (+7.92%) :arrow_up:
src/SkillInteractor.ts 98.5% <100%> (+1.78%) :arrow_up:
src/AudioItem.ts 100% <100%> (+84.61%) :arrow_up:
src/VirtualAlexa.ts 95% <100%> (+0.06%) :arrow_up:
src/AudioPlayer.ts 78.21% <82.05%> (+49.5%) :arrow_up:
src/ModuleInvoker.ts 81.81% <0%> (+4.54%) :arrow_up:
... and 1 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 97dab09...137d718. Read the comment docs.