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/rename_audiospeech_services #151
refactor/rename_audiospeech_services #151
Conversation
- rename SpeechService to PlaybackService, this removes confusion with STT - rename SpeechClient to SpeechService, this was an oversight this is a breaking change, but it's ok because None of these exist in mycroft-core and version will be bumped
Codecov Report
@@ Coverage Diff @@
## dev #151 +/- ##
==========================================
+ Coverage 50.35% 53.05% +2.70%
==========================================
Files 119 152 +33
Lines 10077 9779 -298
==========================================
+ Hits 5074 5188 +114
+ Misses 5003 4591 -412
Continue to review full report at Codecov.
|
|
|
||
| class SpeechClient(SpeechService): | ||
| def __init__(self, *args, **kwargs): | ||
| LOG.warning("SpeechClient has been renamed to SpeechService, it will be removed in 0.1.0) |
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.
SyntaxError: unterminated string literal (detected at line 237)
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.
Not sure how I missed that in testing.. PR'd a fix #165
this is a breaking change, but it's ok because None of these exist in mycroft-core and version will be bumped