-
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/planned_deprecations #227
Conversation
WalkthroughThe changes involve deprecating certain event message types in the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
ovos_workshop/skills/ovos.py (1)
Line range hint
2297-2306
: Simplification of converse acknowledgment logic approved.Removing checks for deprecated message types simplifies the method and reduces potential errors. It's recommended to add unit tests to ensure that the new logic correctly handles all scenarios, especially edge cases that might not be immediately obvious.
Would you like me to help create unit tests for this method?
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- ovos_workshop/skills/ovos.py (5 hunks)
Additional comments not posted (1)
ovos_workshop/skills/ovos.py (1)
Line range hint
2151-2166
: Refactor of event registration approved.The changes to use skill-specific event types enhance security and maintainability by ensuring that events are correctly scoped to the skill instance. It's important to verify that all necessary event types are covered and that no functionality is lost due to the removal of the old event types.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #227 +/- ##
======================================
Coverage ? 52.77%
======================================
Files ? 37
Lines ? 4301
Branches ? 0
======================================
Hits ? 2270
Misses ? 2031
Partials ? 0 ☔ View full report in Codecov by Sentry. |
per #226 review
Summary by CodeRabbit
New Features
Bug Fixes
Refactor