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
725 stars 44 forks source link

Dev/add cmd check #72

Closed Erotemic closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #72   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          26     26           
  Lines        2523   2549   +26     
  Branches      444    446    +2     
=====================================
+ Hits         2523   2549   +26
Impacted Files Coverage Δ
ubelt/util_import.py 100% <ø> (ø) :arrow_up:
ubelt/util_hash.py 100% <ø> (ø) :arrow_up:
ubelt/util_download.py 100% <ø> (ø) :arrow_up:
ubelt/util_cmd.py 100% <100%> (ø) :arrow_up:
ubelt/util_io.py 100% <100%> (ø) :arrow_up:
ubelt/util_list.py 100% <0%> (ø) :arrow_up:
ubelt/util_memoize.py 100% <0%> (ø) :arrow_up:
ubelt/timerit.py 100% <0%> (ø) :arrow_up:
ubelt/progiter.py 100% <0%> (ø) :arrow_up:
... and 3 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 1a4dc2f...541172e. Read the comment docs.