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 RangeSlider widget #353

Closed ppizarror closed 3 years ago

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

Codecov Report

Merging #353 (9306f24) into master (f1701aa) will increase coverage by 0.58%. The diff coverage is 99.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
+ Coverage   96.27%   96.86%   +0.58%     
==========================================
  Files          60       61       +1     
  Lines       11812    12396     +584     
==========================================
+ Hits        11372    12007     +635     
+ Misses        440      389      -51     
Impacted Files Coverage Δ
pygame_menu/widgets/__init__.py 100.00% <ø> (ø)
pygame_menu/widgets/selection/highlight.py 100.00% <ø> (ø)
pygame_menu/widgets/widget/menubar.py 99.20% <ø> (ø)
pygame_menu/utils.py 94.66% <93.47%> (-0.22%) :arrow_down:
pygame_menu/_widgetmanager.py 99.62% <100.00%> (+0.01%) :arrow_up:
pygame_menu/controls.py 100.00% <100.00%> (ø)
pygame_menu/examples/multi_input.py 98.92% <100.00%> (+0.04%) :arrow_up:
pygame_menu/menu.py 95.02% <100.00%> (+0.04%) :arrow_up:
pygame_menu/widgets/core/widget.py 97.66% <100.00%> (ø)
pygame_menu/widgets/widget/__init__.py 100.00% <100.00%> (ø)
... and 15 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 f1701aa...9306f24. Read the comment docs.