akamhy / videohash

Near Duplicate Video Detection (Perceptual Video Hashing) - Get a 64-bit comparable hash-value for any video.
https://pypi.org/project/videohash
MIT License
281 stars 46 forks source link

use f-strings for String interpolation instead of c-style #53

Closed akamhy closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #53 (0ce8093) into main (6e22d07) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage   98.04%   98.05%           
=======================================
  Files           8        8           
  Lines         358      359    +1     
=======================================
+ Hits          351      352    +1     
  Misses          7        7           
Impacted Files Coverage Δ
videohash/downloader.py 91.83% <ø> (ø)
videohash/framesextractor.py 95.52% <100.00%> (ø)
videohash/utils.py 100.00% <100.00%> (ø)
videohash/videohash.py 100.00% <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 6e22d07...0ce8093. Read the comment docs.