Skip to content
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

feat/legacy_common_play #457

Merged
merged 3 commits into from
May 10, 2024
Merged

feat/legacy_common_play #457

merged 3 commits into from
May 10, 2024

Conversation

JarbasAl
Copy link
Member

restore support for Mycroft CommonPlay skills

enable with

{
  "intents": {
    "legacy_cps": true,
    "pipelines": ["...", "ocp_legacy"]
  }
}

continuation of #456 and #420

you got that right, old CommonPlay skills will work for 0.0.8

restore support for Mycroft CommonPlay skills

enable with
```json
{
  "intents": {
    "legacy_cps": true,
    "pipelines": ["...", "ocp_legacy"]
  }
}
```
@JarbasAl JarbasAl requested review from mikejgray, NeonDaniel and a team May 10, 2024 05:47
@JarbasAl JarbasAl added this to the 0.0.8 milestone May 10, 2024
Copy link

codecov bot commented May 10, 2024

Codecov Report

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

Project coverage is 73.58%. Comparing base (68d63a6) to head (6469743).
Report is 1 commits behind head on dev.

Files Patch % Lines
ovos_core/intent_services/ocp_service.py 91.66% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #457      +/-   ##
==========================================
+ Coverage   73.09%   73.58%   +0.48%     
==========================================
  Files          15       15              
  Lines        2661     2733      +72     
==========================================
+ Hits         1945     2011      +66     
- Misses        716      722       +6     
Flag Coverage Δ
unittests 73.58% <91.66%> (+0.48%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JarbasAl JarbasAl added enhancement New feature or request mycroft-sync cherry pick from upstream labels May 10, 2024
@JarbasAl JarbasAl merged commit c85b35d into dev May 10, 2024
4 checks passed
@JarbasAl JarbasAl deleted the feat/ocp_legacy branch May 10, 2024 17:19
@JarbasAl
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mycroft-sync cherry pick from upstream
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant