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

Start branch for 0.11.1 #93

Closed Erotemic closed 2 years ago

Erotemic commented 2 years ago

Mainly doc fixes. No functional changes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #93 (123e8dc) into main (2f8262b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #93   +/-   ##
=======================================
  Coverage   92.93%   92.93%           
=======================================
  Files          32       32           
  Lines        3498     3498           
  Branches      675      675           
=======================================
  Hits         3251     3251           
  Misses        246      246           
  Partials        1        1           
Impacted Files Coverage Δ
ubelt/progiter.py 100.00% <ø> (ø)
ubelt/timerit.py 100.00% <ø> (ø)
ubelt/util_cache.py 100.00% <ø> (ø)
ubelt/util_cmd.py 100.00% <ø> (ø)
ubelt/util_colors.py 100.00% <ø> (ø)
ubelt/util_const.py 100.00% <ø> (ø)
ubelt/util_dict.py 100.00% <ø> (ø)
ubelt/util_download.py 100.00% <ø> (ø)
ubelt/util_format.py 100.00% <ø> (ø)
ubelt/util_hash.py 100.00% <ø> (ø)
... and 11 more

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 2f8262b...123e8dc. Read the comment docs.