bespoken / virtual-google-assistant

🤖 Easily test and debug Actions on Google programmatically https://bespoken.io
Apache License 2.0
23 stars 10 forks source link

Utterances from dialog flow #6

Closed jperata closed 6 years ago

jperata commented 6 years ago

Actual logic changes are in src/SampleUtterancesBuilder.ts and test/Utterances.ts

But this includes the removal of extra files from lib plus the generation of json files for the utterances test scenario.

codecov[bot] commented 6 years ago

Codecov Report

Merging #6 into master will decrease coverage by 6.38%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   97.56%   91.17%   -6.39%     
==========================================
  Files           6        1       -5     
  Lines         164       34     -130     
  Branches       18        6      -12     
==========================================
- Hits          160       31     -129     
+ Misses          4        3       -1
Impacted Files Coverage Δ
src/SampleUtterancesBuilder.ts 91.17% <90%> (-0.83%) :arrow_down:
src/BuiltinSlotTypes.ts
src/IntentSchema.ts
src/BuiltinUtterances.ts
src/SkillResponse.ts

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 aa5d0ad...5723da6. Read the comment docs.