yiisoft / yii-debug-viewer

Debugger frontend
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Add new toolbar/debugger integration #61

Closed xepozz closed 3 months ago

xepozz commented 1 year ago
image image
codecov[bot] commented 1 year ago

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (5c2e2cc) to head (a1de918). Report is 3 commits behind head on master.

:exclamation: Current head a1de918 differs from pull request most recent head a502366

Please upload reports for the commit a502366 to get more accurate results.

Files Patch % Lines
src/IndexController.php 0.00% 5 Missing :warning:
src/Middleware/ToolbarMiddleware.php 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #61 +/- ## ======================================== Coverage 0.00% 0.00% + Complexity 58 35 -23 ======================================== Files 18 13 -5 Lines 156 82 -74 ======================================== + Misses 156 82 -74 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

samdark commented 1 year ago

The code itself is OK but...

Should it be done here? Because I assume after it's done, https://github.com/yiisoft/yii-debug-viewer/tree/master/src/Panels would be unused code, right?