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

Rewrite tests in `tests/scenarios/` with Hypothesis #50

Closed TaiSakuma closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 91.66%. Comparing base (6d2e653) to head (f420e1e).

Files Patch % Lines
tests/scenarios/test_multiprocessing_pool.py 39.39% 20 Missing :warning:
tests/scenarios/test_thread_pool_executor.py 92.85% 2 Missing :warning:
tests/scenarios/test_threading_thread.py 94.73% 2 Missing :warning:
tests/conftest.py 80.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== - Coverage 93.23% 91.66% -1.57% ========================================== Files 49 54 +5 Lines 2069 1980 -89 Branches 293 281 -12 ========================================== - Hits 1929 1815 -114 - Misses 117 138 +21 - Partials 23 27 +4 ```

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