forked from MycroftAI/mycroft-core
-
-
Notifications
You must be signed in to change notification settings - Fork 17
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 class from workshop #246
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JarbasAl
force-pushed
the
refactor/skill_class_from_workshop
branch
from
December 16, 2022 04:32
a07162b
to
5b01cca
Compare
NeonDaniel
force-pushed
the
refactor/skill_class_from_workshop
branch
2 times, most recently
from
January 17, 2023 22:38
601e637
to
2cf70dd
Compare
Codecov Report
@@ Coverage Diff @@
## dev #246 +/- ##
==========================================
+ Coverage 50.35% 53.01% +2.65%
==========================================
Files 119 156 +37
Lines 10077 8021 -2056
==========================================
- Hits 5074 4252 -822
+ Misses 5003 3769 -1234
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Added some test cases to debug failures
* Update tests to support workshop refactor * Update tests to support workshop refactor
NeonDaniel
force-pushed
the
refactor/skill_class_from_workshop
branch
from
January 19, 2023 17:19
8ead6c3
to
eb8f6ab
Compare
NeonDaniel
reviewed
Jan 20, 2023
NeonDaniel
approved these changes
Jan 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
companion to refactor the old patches module OVOS-workshop#34
needs sync utils with core ovos-utils#89
move MycroftSkill to ovos_workshop
-.easier to add new public apis to OVOSSkill
sync duplicated utils from ovos_utils and import from there
move filesystem to workshop, these are also helpful in other ovos packages