timholy / ProgressMeter.jl

Progress meter for long-running computations
MIT License
694 stars 91 forks source link

add full iteration interface to ProgressWrapper #299

Closed MarcMush closed 7 months ago

MarcMush commented 7 months ago

taken from https://docs.julialang.org/en/v1/manual/interfaces/#man-interface-iteration fixes #290

codecov[bot] commented 7 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (807496a) 93.48% compared to head (4eb6039) 96.90%. Report is 4 commits behind head on master.

Files Patch % Lines
src/ProgressMeter.jl 95.91% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #299 +/- ## ========================================== + Coverage 93.48% 96.90% +3.42% ========================================== Files 1 1 Lines 399 550 +151 ========================================== + Hits 373 533 +160 + Misses 26 17 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.