-
Notifications
You must be signed in to change notification settings - Fork 13
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
refactor/skill_settings_change #92
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine in terms of the code, but I'm not sure how to even test it works as expected. Not familiar enough with this portion of the codebase yet
5da7cbb
to
f729835
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #92 +/- ##
======================================
Coverage ? 54.07%
======================================
Files ? 36
Lines ? 3752
Branches ? 0
======================================
Hits ? 2029
Misses ? 1723
Partials ? 0 ☔ View full report in Codecov by Sentry. |
@goldyfruit does over docker share the XDG directory for skill settings between skill volumes and core container? not sure what the default for the docker flag should be ovos-core is monitoring the folder for changes in settings.json , and emits a bus event when detected, depending if it has access to the volume or not i need to account for that here, either skills need to monitor their own file separately or can just wait for core events (less threads running) |
Yes, |
companion to OpenVoiceOS/ovos-core#325
once that PR is merged we can do a version check to ensure compatibility with older core versions, it should be merged first