JuliaLogging / ProgressLogging.jl

MIT License
50 stars 8 forks source link

Preserve offset axes in @progress with comprehension #35

Closed yha closed 3 years ago

yha commented 3 years ago

A redo of JunoLab/Juno.jl#605 for ProgressLogging

codecov-io commented 3 years ago

Codecov Report

Merging #35 (2afd01c) into master (10208bc) will increase coverage by 2.61%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   69.04%   71.66%   +2.61%     
==========================================
  Files           1        1              
  Lines         168      180      +12     
==========================================
+ Hits          116      129      +13     
+ Misses         52       51       -1     
Impacted Files Coverage Δ
src/ProgressLogging.jl 71.66% <100.00%> (+2.61%) :arrow_up:

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 10208bc...2afd01c. Read the comment docs.

yha commented 3 years ago

bump