Closed albertomercurio closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.35%. Comparing base (
9148227
) to head (361d43c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Wait, I have to do one small change.
With the last improvement of the
progress_bar
, the output was very often incomplete in the final print, because it was not triggered depending on the speed of the execution.Here I have introduced another condition that checks if the total time exceeds the
interval
variable. If yes, then proceed with printing.