alphatwirl / atpbar

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

Format code with black and isort #34

Closed TaiSakuma closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.60%. Comparing base (f7f20ad) to head (5ae014e).

Files Patch % Lines
tests/scenarios/conftest.py 42.10% 11 Missing :warning:
atpbar/stream.py 57.14% 3 Missing :warning:
atpbar/presentation/base.py 84.61% 2 Missing :warning:
atpbar/presentation/detect/spy.py 50.00% 0 Missing and 2 partials :warning:
atpbar/presentation/txtprint.py 80.00% 0 Missing and 2 partials :warning:
atpbar/main.py 87.50% 1 Missing :warning:
atpbar/presentation/bartty.py 88.88% 1 Missing :warning:
atpbar/presentation/detect/jupy.py 0.00% 0 Missing and 1 partial :warning:
atpbar/progressreport/reporter.py 87.50% 0 Missing and 1 partial :warning:
tests/presentation/test_create_presentation.py 93.75% 0 Missing and 1 partial :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #34 +/- ## ======================================= Coverage 93.59% 93.60% ======================================= Files 44 44 Lines 1967 1970 +3 Branches 282 282 ======================================= + Hits 1841 1844 +3 Misses 105 105 Partials 21 21 ```

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