OpenVoiceOS / OVOS-workshop

frameworks, templates and patches for the OpenVoiceOS universe
Apache License 2.0
4 stars 11 forks source link

feat/ovos.utterance.handled #205

Closed JarbasAl closed 4 months ago

JarbasAl commented 4 months ago

companion to https://github.com/OpenVoiceOS/ovos-core/pull/478

emits "ovos.utterance.handled" after intents and fallback skills, this is done here instead of core unlike the other pipelines in order to be able to happen after the intent code executes, as ovos-core just emits the event to trigger the intent and does not have that info

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 88.88889% with 1 lines in your changes are missing coverage. Please review.

Please upload report for BASE (dev@fbc6ef9). Learn more about missing BASE report.

Files Patch % Lines
ovos_workshop/skills/ovos.py 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #205 +/- ## ====================================== Coverage ? 54.64% ====================================== Files ? 36 Lines ? 3920 Branches ? 0 ====================================== Hits ? 2142 Misses ? 1778 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.