Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
723 stars 43 forks source link

Fix hashing #76

Closed Erotemic closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #76   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines        2591   2593    +2     
  Branches      464    463    -1     
=====================================
+ Hits         2591   2593    +2
Impacted Files Coverage Δ
ubelt/util_dict.py 100% <ø> (ø) :arrow_up:
ubelt/util_hash.py 100% <ø> (ø) :arrow_up:
ubelt/util_cache.py 100% <100%> (ø) :arrow_up:
ubelt/util_download.py 100% <100%> (ø) :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 2ae1da6...0d0dc73. Read the comment docs.

codecov[bot] commented 4 years ago

Codecov Report

Merging #76 into master will decrease coverage by 0.07%. The diff coverage is 83.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master      #76      +/-   ##
===========================================
- Coverage   100.00%   99.92%   -0.08%     
===========================================
  Files           26       26              
  Lines         2591     2599       +8     
  Branches       464      466       +2     
===========================================
+ Hits          2591     2597       +6     
- Misses           0        1       +1     
- Partials         0        1       +1     
Impacted Files Coverage Δ
ubelt/util_download.py 100.00% <100.00%> (ø)
ubelt/util_cache.py 99.03% <71.42%> (-0.97%) :arrow_down:

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 2ae1da6...0669d48. Read the comment docs.