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
719 stars 43 forks source link

Move function usefulness to its own file #120

Closed Erotemic closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #120 (1059015) into main (aad8020) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 1059015 differs from pull request most recent head 7c7904e. Consider uploading reports for the commit 7c7904e to get more accurate results

@@            Coverage Diff            @@
##              main      #120   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        29    +1     
  Lines         3206      3225   +19     
  Branches       646       648    +2     
=========================================
+ Hits          3206      3225   +19     
Impacted Files Coverage Δ
ubelt/util_format.py 100.00% <ø> (ø)
ubelt/util_import.py 100.00% <ø> (ø)
ubelt/util_indexable.py 100.00% <ø> (ø)
ubelt/__init__.py 100.00% <100.00%> (ø)
ubelt/util_cache.py 100.00% <100.00%> (ø)
ubelt/util_deprecate.py 100.00% <100.00%> (ø)
ubelt/util_download.py 100.00% <100.00%> (ø)
ubelt/util_path.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 aad8020...7c7904e. Read the comment docs.