Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CommonQuerySkill handler complete event and tests #142

Merged
merged 4 commits into from
Oct 10, 2023

Conversation

NeonDaniel
Copy link
Member

Emit question:handler_complete when a CQS action is completed (functional equivalent to mycroft.skill.handler.complete)
Adds docstrings and type annotations to CommonQuerySkill base class Adds minimal tests for CommonQuerySkill

…tional equivalent to `mycroft.skill.handler.complete`)

Adds docstrings and type annotations to CommonQuerySkill base class
Adds minimal tests for CommonQuerySkill
@NeonDaniel NeonDaniel requested a review from a team October 10, 2023 14:33
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (7cf8e4e) 60.24% compared to head (cd5dcce) 60.24%.
Report is 2 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #142   +/-   ##
=======================================
  Coverage   60.24%   60.24%           
=======================================
  Files          34       34           
  Lines        3325     3328    +3     
=======================================
+ Hits         2003     2005    +2     
- Misses       1322     1323    +1     
Files Coverage Δ
ovos_workshop/version.py 0.00% <0.00%> (ø)
ovos_workshop/skills/common_query_skill.py 39.13% <72.22%> (+0.73%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JarbasAl JarbasAl added the enhancement New feature or request label Oct 10, 2023
@JarbasAl JarbasAl merged commit 156e606 into dev Oct 10, 2023
9 checks passed
@JarbasAl JarbasAl deleted the FEAT_CommonQueryEndEvent branch October 10, 2023 15:32
NeonDaniel added a commit to NeonGeckoCom/neon-utils that referenced this pull request Oct 10, 2023
* Back-port OpenVoiceOS/OVOS-workshop#142

* Resolve license test failure
Refactor for upstream ovos-workshop compat.

* Troubleshooting compat. with upstream `settings_path` changes

* More test failure troubleshooting

* Fix bad references to inherited properties

* More settings_path troubleshooting

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
This was referenced Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants