willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Fix #102 #104

Closed willprice closed 6 years ago

willprice commented 6 years ago

Check for pathlib.Path objects and resolve them.

codecov-io commented 6 years ago

Codecov Report

Merging #104 into master will increase coverage by 0.55%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
+ Coverage   78.64%   79.19%   +0.55%     
==========================================
  Files           4        4              
  Lines         398      399       +1     
  Branches       22       21       -1     
==========================================
+ Hits          313      316       +3     
+ Misses         76       75       -1     
+ Partials        9        8       -1
Impacted Files Coverage Δ
omxplayer/player.py 82.31% <100%> (+0.66%) :arrow_up:

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 0790e36...f5246ee. Read the comment docs.