alphatwirl / atpbar

Progress bars for threading and multiprocessing tasks on terminal and Jupyter Notebook
https://alphatwirl.github.io/atpbar/
MIT License
93 stars 10 forks source link

Split the `Active` state into two states in the state machine #51

Closed TaiSakuma closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 86.52850% with 26 lines in your changes missing coverage. Please review.

Project coverage is 91.48%. Comparing base (e2eaede) to head (0700223).

Files Patch % Lines
atpbar/callback.py 84.33% 8 Missing and 5 partials :warning:
atpbar/machine.py 83.33% 2 Missing and 11 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== - Coverage 91.66% 91.48% -0.19% ========================================== Files 54 57 +3 Lines 1980 2067 +87 Branches 281 297 +16 ========================================== + Hits 1815 1891 +76 - Misses 138 139 +1 - Partials 27 37 +10 ```

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