ppizarror / pygame-menu

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

Fix scrollbar touch #349

Closed ppizarror closed 3 years ago

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

Codecov Report

Merging #349 (efa3936) into master (0e2814c) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #349   +/-   ##
=======================================
  Coverage   95.99%   96.00%           
=======================================
  Files          60       60           
  Lines       11796    11806   +10     
=======================================
+ Hits        11324    11334   +10     
  Misses        472      472           
Impacted Files Coverage Δ
pygame_menu/_decorator.py 98.68% <ø> (ø)
pygame_menu/baseimage.py 100.00% <ø> (ø)
pygame_menu/menu.py 95.09% <ø> (ø)
pygame_menu/utils.py 94.88% <ø> (ø)
pygame_menu/widgets/widget/colorinput.py 94.54% <ø> (ø)
pygame_menu/widgets/widget/label.py 100.00% <ø> (ø)
pygame_menu/_scrollarea.py 99.17% <100.00%> (+<0.01%) :arrow_up:
pygame_menu/widgets/core/widget.py 97.18% <100.00%> (ø)
pygame_menu/widgets/widget/button.py 100.00% <100.00%> (ø)
pygame_menu/widgets/widget/dropselect.py 98.73% <100.00%> (+<0.01%) :arrow_up:
... and 6 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 0e2814c...efa3936. Read the comment docs.