yiisoft / yii-console

Yii console components
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
64 stars 31 forks source link

Style output, add xdebug shortcut #180

Closed xepozz closed 1 year ago

xepozz commented 1 year ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?
Fixed issues comma-separated list of tickets # fixed by the PR, if any

XDebug is installed

./yii serve --xdebug
image
./yii serve
image

XDebug is not installed / loaded

When xdebug extension is not installed / loaded

./yii serve

same for --xdebug

image

Verbose

./yii serve --xdebug -v
image
./yii serve -v
image
what-the-diff[bot] commented 1 year ago

PR Summary

samdark commented 1 year ago

Tests should be fixed.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 94.91% and project coverage change: +1.55 :tada:

Comparison is base (7b87314) 95.30% compared to head (255701c) 96.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #180 +/- ## ============================================ + Coverage 95.30% 96.86% +1.55% - Complexity 73 80 +7 ============================================ Files 9 9 Lines 213 255 +42 ============================================ + Hits 203 247 +44 + Misses 10 8 -2 ``` | [Impacted Files](https://app.codecov.io/gh/yiisoft/yii-console/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft) | Coverage Δ | | |---|---|---| | [src/Command/Serve.php](https://app.codecov.io/gh/yiisoft/yii-console/pull/180?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=yiisoft#diff-c3JjL0NvbW1hbmQvU2VydmUucGhw) | `96.26% <94.91%> (+5.49%)` | :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.