ppizarror / pygame-menu

A menu for pygame. Simple, and easy to use
https://pygame-menu.readthedocs.io/
Other
555 stars 141 forks source link

New ProgressBar widget #355

Closed ppizarror closed 3 years ago

ppizarror commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #355 (88c5d0c) into master (2778259) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #355      +/-   ##
==========================================
+ Coverage   96.87%   96.91%   +0.03%     
==========================================
  Files          61       62       +1     
  Lines       12435    12585     +150     
==========================================
+ Hits        12047    12197     +150     
  Misses        388      388              
Impacted Files Coverage Δ
pygame_menu/widgets/__init__.py 100.00% <ø> (ø)
pygame_menu/_widgetmanager.py 99.63% <100.00%> (+0.01%) :arrow_up:
pygame_menu/examples/multi_input.py 98.96% <100.00%> (+0.04%) :arrow_up:
pygame_menu/widgets/core/widget.py 97.68% <100.00%> (ø)
pygame_menu/widgets/widget/__init__.py 100.00% <100.00%> (ø)
pygame_menu/widgets/widget/menubar.py 99.20% <100.00%> (+<0.01%) :arrow_up:
pygame_menu/widgets/widget/none.py 100.00% <100.00%> (ø)
pygame_menu/widgets/widget/progressbar.py 100.00% <100.00%> (ø)
pygame_menu/widgets/widget/rangeslider.py 100.00% <100.00%> (ø)
pygame_menu/widgets/widget/toggleswitch.py 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2778259...88c5d0c. Read the comment docs.