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 verbose flag in menubar #467

Closed eforgacs closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (529b9cb) 97.24% compared to head (5aeb4cb) 97.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #467 +/- ## ======================================= Coverage 97.24% 97.24% ======================================= Files 49 49 Lines 12440 12442 +2 ======================================= + Hits 12097 12099 +2 Misses 343 343 ``` | [Impacted Files](https://codecov.io/gh/ppizarror/pygame-menu/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.) | Coverage Δ | | |---|---|---| | [pygame\_menu/menu.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvbWVudS5weQ==) | `96.70% <100.00%> (ø)` | | | [pygame\_menu/widgets/core/widget.py](https://codecov.io/gh/ppizarror/pygame-menu/pull/467?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Pablo+Pizarro+R.#diff-cHlnYW1lX21lbnUvd2lkZ2V0cy9jb3JlL3dpZGdldC5weQ==) | `97.64% <100.00%> (+<0.01%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ppizarror commented 1 year ago

Thanks!