mopidy / mopidy-local

Mopidy extension for playing music from your local music archive
https://mopidy.com/ext/local/
Apache License 2.0
61 stars 26 forks source link

Replace os.path in storage module #30

Closed jodal closed 4 years ago

jodal commented 4 years ago

PR #29 replaced all the os.path usage in the scanner. This finishes the work by replacing all os.path usage in the storage module, and thus fixes #20.

codecov[bot] commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.07%. The diff coverage is 26.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   51.04%   51.12%   +0.07%     
==========================================
  Files           9        9              
  Lines         764      757       -7     
==========================================
- Hits          390      387       -3     
+ Misses        374      370       -4
Impacted Files Coverage Δ
mopidy_local/schema.py 76.28% <0%> (ø) :arrow_up:
mopidy_local/library.py 39.41% <0%> (ø) :arrow_up:
mopidy_local/storage.py 44.63% <29.16%> (+0.06%) :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 9f5872c...b4a25a7. Read the comment docs.