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/play_audio #23

Merged
merged 3 commits into from
Jul 28, 2022
Merged

feat/play_audio #23

merged 3 commits into from
Jul 28, 2022

Conversation

NeonJarbas
Copy link
Contributor

companion PR for OpenVoiceOS/ovos-core#180

@JarbasAl JarbasAl requested a review from NeonDaniel July 28, 2022 19:14
@JarbasAl JarbasAl added the enhancement New feature or request label Jul 28, 2022
@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

❗ No coverage uploaded for pull request base (dev@dedfded). Click here to learn what that means.
The diff coverage is n/a.

@@          Coverage Diff          @@
##             dev     #23   +/-   ##
=====================================
  Coverage       ?   0.00%           
=====================================
  Files          ?      25           
  Lines          ?    1520           
  Branches       ?       0           
=====================================
  Hits           ?       0           
  Misses         ?    1520           
  Partials       ?       0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dedfded...c41a194. Read the comment docs.

ovos_workshop/skills/ovos.py Outdated Show resolved Hide resolved
try:
from mycroft.version import OVOS_VERSION_BUILD, OVOS_VERSION_MINOR, OVOS_VERSION_MAJOR
if OVOS_VERSION_MAJOR >= 1 or \
OVOS_VERSION_MINOR > 0 or \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be >=1 to match the other checks

@JarbasAl JarbasAl merged commit 576baed into OpenVoiceOS:dev Jul 28, 2022
@github-actions github-actions bot mentioned this pull request Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants