ppizarror / pygame-menu

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

Docs scrollarea private #307

Closed ppizarror closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #307 (1a7b735) into master (6b506f2) will increase coverage by 0.00%. The diff coverage is 93.70%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   94.52%   94.53%           
=======================================
  Files          44       44           
  Lines       10529    10536    +7     
=======================================
+ Hits         9953     9960    +7     
  Misses        576      576           
Impacted Files Coverage Δ
pygame_menu/_widgetmanager.py 97.78% <ø> (ø)
pygame_menu/widgets/selection/right_arrow.py 100.00% <ø> (ø)
pygame_menu/widgets/widget/none.py 100.00% <ø> (ø)
pygame_menu/widgets/widget/textinput.py 81.35% <80.95%> (+0.01%) :arrow_up:
pygame_menu/widgets/widget/frame.py 97.00% <87.17%> (+<0.01%) :arrow_up:
pygame_menu/_scrollarea.py 94.17% <88.88%> (ø)
pygame_menu/widgets/core/widget.py 93.73% <89.36%> (+<0.01%) :arrow_up:
pygame_menu/widgets/widget/toggleswitch.py 97.88% <94.11%> (-0.01%) :arrow_down:
pygame_menu/widgets/widget/dropselect.py 96.92% <95.12%> (+0.01%) :arrow_up:
pygame_menu/menu.py 94.27% <95.45%> (ø)
... and 21 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 6b506f2...1a7b735. Read the comment docs.