ppizarror / pygame-menu

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

Min fixes #308

Closed ppizarror closed 3 years ago

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

Codecov Report

Merging #308 (fe0c21d) into master (6169478) will decrease coverage by 0.00%. The diff coverage is 98.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #308      +/-   ##
==========================================
- Coverage   94.53%   94.53%   -0.01%     
==========================================
  Files          44       44              
  Lines       10536    10552      +16     
==========================================
+ Hits         9960     9975      +15     
- Misses        576      577       +1     
Impacted Files Coverage Δ
pygame_menu/_scrollarea.py 94.17% <ø> (ø)
pygame_menu/_widgetmanager.py 97.78% <ø> (ø)
pygame_menu/sound.py 89.49% <75.00%> (-0.32%) :arrow_down:
pygame_menu/_base.py 98.52% <100.00%> (+0.09%) :arrow_up:
pygame_menu/_decorator.py 98.66% <100.00%> (ø)
pygame_menu/baseimage.py 99.69% <100.00%> (+<0.01%) :arrow_up:
pygame_menu/menu.py 94.28% <100.00%> (+0.01%) :arrow_up:
pygame_menu/version.py 100.00% <100.00%> (ø)
pygame_menu/widgets/core/widget.py 93.76% <100.00%> (+0.02%) :arrow_up:
pygame_menu/widgets/widget/dropselect.py 96.92% <100.00%> (ø)
... and 2 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 6169478...fe0c21d. Read the comment docs.