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

Branch 0.10.3 #89

Closed Erotemic closed 2 years ago

Erotemic commented 2 years ago

Version 0.10.3 - Unreleased

Added

Fixed

Changed

codecov[bot] commented 2 years ago

Codecov Report

Merging #89 (3350b1b) into main (da77c76) will increase coverage by 5.63%. The diff coverage is 100.00%.

:exclamation: Current head 3350b1b differs from pull request most recent head 268602e. Consider uploading reports for the commit 268602e to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
+ Coverage   87.26%   92.90%   +5.63%     
==========================================
  Files          31       32       +1     
  Lines        3305     3479     +174     
  Branches      634      674      +40     
==========================================
+ Hits         2884     3232     +348     
+ Misses        407      246     -161     
+ Partials       14        1      -13     
Impacted Files Coverage Δ
ubelt/_util_deprecated.py 100.00% <ø> (ø)
ubelt/timerit.py 100.00% <ø> (ø)
ubelt/util_arg.py 100.00% <ø> (ø)
ubelt/util_cache.py 100.00% <ø> (ø)
ubelt/util_cmd.py 100.00% <ø> (ø)
ubelt/util_format.py 100.00% <ø> (+11.79%) :arrow_up:
ubelt/util_import.py 100.00% <ø> (ø)
ubelt/util_io.py 100.00% <ø> (ø)
ubelt/util_links.py 100.00% <ø> (ø)
ubelt/util_memoize.py 100.00% <ø> (ø)
... and 18 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 da77c76...268602e. Read the comment docs.

Erotemic commented 2 years ago

Superseded by #92