php-school / cli-menu

🖥 Build beautiful PHP CLI menus. Simple yet Powerful. Expressive DSL.
http://www.phpschool.io
MIT License
1.94k stars 107 forks source link

* no need for ctype ext #272

Closed bozhinov closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.04 :tada:

Comparison is base (70b73ee) 93.41% compared to head (752c5d4) 93.46%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #272 +/- ## ============================================ + Coverage 93.41% 93.46% +0.04% Complexity 656 656 ============================================ Files 39 38 -1 Lines 2021 2020 -1 ============================================ Hits 1888 1888 + Misses 133 132 -1 ``` | [Impacted Files](https://codecov.io/gh/php-school/cli-menu/pull/272?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school) | Coverage Δ | | |---|---|---| | [src/MenuStyle.php](https://codecov.io/gh/php-school/cli-menu/pull/272?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school#diff-c3JjL01lbnVTdHlsZS5waHA=) | `98.96% <100.00%> (ø)` | | | [src/Util/ColourUtil.php](https://codecov.io/gh/php-school/cli-menu/pull/272?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school#diff-c3JjL1V0aWwvQ29sb3VyVXRpbC5waHA=) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://codecov.io/gh/php-school/cli-menu/pull/272/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=php-school)

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

AydinHassan commented 1 year ago

Thanks!