Rockhopper-Technologies / enlighten

Enlighten Progress Bar for Python Console Apps
https://python-enlighten.readthedocs.io
Mozilla Public License 2.0
416 stars 25 forks source link

Reduce jumping when using subcounters #71

Closed avylove closed 2 months ago

avylove commented 3 months ago

This change removes the partial block logic when subcounters are used and attempts to use unaccounted for blocks for subcounters that have >=85% of a block unaccounted for.

sourcery-ai[bot] commented 3 months ago

🧙 Sourcery has finished reviewing your pull request!


Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (d877995) to head (76cc9ff).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #71 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 10 10 Lines 966 968 +2 Branches 205 206 +1 ========================================= + Hits 966 968 +2 ```

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