• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stanford-oval / genie-toolkit / 1578 / 6
54%
master: 56%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/ws-8.11.0
DEFAULT BRANCH: master
Ran 31 Jan 2021 05:57AM UTC
Files 218
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

31 Jan 2021 04:53AM UTC coverage: 27.686% (+5.2%) from 22.471%
COVERALLS_PARALLEL=true

push

travis-ci-com

web-flow
Implement FAQ based meta-commands (#430)

Meta commands such as "What is your name" or "what can you do"
are implemented using an action in the thingengine.builtin interface
(aka the "Miscellaneous" skill), which is always available. The
action takes an enum mapping the intent of the question, and returns
the actual reply.

I chose an action instead of a query because we reset the state
of the dialogue after a successful action, so there is less risk
of carrying over weird state between meta questions. Additionally,
actions in the builtin interface are blocked from normal templates,
and only use the "program" primitive templates. That way we don't generate
a weird "get reply to ${question}" where question is an enum, which
would pollute the training set.

To ease development of the meta-skill, the actual content is
specified in a faq.yaml file, and the regular Thingpedia manifest
is auto-generated.

3070 of 14832 branches covered (20.7%)

Branch coverage included in aggregate %.

9244 of 29646 relevant lines covered (31.18%)

132754.37 hits per line

Source Files on job 1578.6 (COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 151
  • Source Changed 1
  • Coverage Changed 151
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1270
  • Travis Job 1578.6
  • 1b7153e5 on github
  • Prev Job for COVERALLS_PARALLEL=true on next (#1569.7)
  • Next Job for COVERALLS_PARALLEL=true on next (#1580.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc