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 nchunks #91

Closed Erotemic closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #91 (6103ebe) into main (da77c76) will increase coverage by 5.55%. The diff coverage is 100.00%.

:exclamation: Current head 6103ebe differs from pull request most recent head 2fe48b1. Consider uploading reports for the commit 2fe48b1 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   87.26%   92.81%   +5.55%     
==========================================
  Files          31       32       +1     
  Lines        3305     3438     +133     
  Branches      634      667      +33     
==========================================
+ Hits         2884     3191     +307     
+ 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...2fe48b1. Read the comment docs.