ThePornDatabase / namer

Renames adult video files so that the plex/jellyfin plugins and stash script will match without user input. Runs server or command mode.
https://theporndb.net
184 stars 29 forks source link

little refactor #12

Closed DirtyRacer1337 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (72fa901) into main (2177dbe) will increase coverage by 0.00%. The diff coverage is 86.66%.

@@           Coverage Diff           @@
##             main      #12   +/-   ##
=======================================
  Coverage   90.74%   90.75%           
=======================================
  Files          17       17           
  Lines        2248     2249    +1     
  Branches      275      275           
=======================================
+ Hits         2040     2041    +1     
  Misses        127      127           
  Partials       81       81           
Impacted Files Coverage Δ
test/namer_metadataapi_test.py 98.55% <ø> (ø)
test/namer_mutagen_test.py 97.84% <ø> (ø)
test/namer_watchdog_test.py 98.82% <ø> (ø)
namer/moviexml.py 93.58% <50.00%> (ø)
namer/namer.py 88.16% <66.66%> (ø)
namer/metadataapi.py 73.36% <80.00%> (+0.10%) :arrow_up:
namer/filenameparser.py 92.45% <100.00%> (ø)
namer/types.py 92.62% <100.00%> (ø)
namer/watchdog.py 80.95% <100.00%> (ø)
test/namer_test.py 96.87% <100.00%> (ø)

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 2177dbe...72fa901. Read the comment docs.

4c0d3r commented 2 years ago

thanks, looks solid on all counts. the changed regex was a tad concerning, but tests verify it.