bespoken / virtual-alexa

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

Changes for international languages at virtual-alexa #23

Closed jperata closed 6 years ago

jperata commented 6 years ago

Removed utterances a-Z validation since that affects international words (as they have extra symbols as in ü), or completely different characters ( as in 人のプレ).

Added also a japanese test model and corresponding tests

Closes #17

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@903e323). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #23   +/-   ##
=========================================
  Coverage          ?   84.89%           
=========================================
  Files             ?       19           
  Lines             ?      854           
  Branches          ?      105           
=========================================
  Hits              ?      725           
  Misses            ?      129           
  Partials          ?        0
Impacted Files Coverage Δ
src/SampleUtterances.ts 96.72% <100%> (ø)

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 903e323...3466e63. Read the comment docs.