buggregator / trap

Buggregator local debug server for PHP projects as composer package
https://buggregator.dev
BSD 3-Clause "New" or "Revised" License
102 stars 8 forks source link

Add ability to process HTTP events and UI on the same port #123

Closed roxblnfk closed 2 weeks ago

roxblnfk commented 2 weeks ago

What was changed

Why?

To use same port for UI and data collection and to be interchangeable with the Buggregator Server

Checklist

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 1.66667% with 59 lines in your changes missing coverage. Please review.

Project coverage is 22.70%. Comparing base (457cae4) to head (eea721f).

Files Patch % Lines
src/Application.php 0.00% 36 Missing :warning:
src/Sender/Frontend/Http/Pipeline.php 0.00% 15 Missing :warning:
src/Command/Run.php 0.00% 5 Missing :warning:
src/Handler/Http/Handler/Fallback.php 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #123 +/- ## ============================================ - Coverage 22.92% 22.70% -0.23% - Complexity 1323 1334 +11 ============================================ Files 155 156 +1 Lines 4118 4158 +40 ============================================ Hits 944 944 - Misses 3174 3214 +40 ```

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