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 floating #372

Closed ppizarror closed 3 years ago

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

Codecov Report

Merging #372 (3ea7412) into master (ee43cc0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #372   +/-   ##
=======================================
  Coverage   96.99%   96.99%           
=======================================
  Files          48       48           
  Lines       11599    11610   +11     
=======================================
+ Hits        11250    11261   +11     
  Misses        349      349           
Impacted Files Coverage Δ
pygame_menu/__init__.py 94.87% <ø> (ø)
pygame_menu/_base.py 98.52% <ø> (ø)
pygame_menu/_decorator.py 98.68% <ø> (ø)
pygame_menu/_scrollarea.py 99.18% <ø> (ø)
pygame_menu/_types.py 95.65% <ø> (ø)
pygame_menu/baseimage.py 100.00% <ø> (ø)
pygame_menu/controls.py 100.00% <ø> (ø)
pygame_menu/events.py 92.00% <ø> (ø)
pygame_menu/font.py 96.15% <ø> (ø)
pygame_menu/locals.py 100.00% <ø> (ø)
... and 38 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 ee43cc0...3ea7412. Read the comment docs.