Skip to content

New frontend #137

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from

fix(profiler): fix order of children in flame chart

bf95b49
Select commit
Loading
Failed to load commit list.
Draft

New frontend #137

fix(profiler): fix order of children in flame chart
bf95b49
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 9, 2025 in 1s

24.62% (+1.01%) compared to 500e7ac

View this Pull Request on Codecov

24.62% (+1.01%) compared to 500e7ac

Details

Codecov Report

Attention: Patch coverage is 20.84367% with 319 lines in your changes missing coverage. Please review.

Project coverage is 24.62%. Comparing base (500e7ac) to head (bf95b49).
Report is 11 commits behind head on master.

Files with missing lines Patch % Lines
src/Module/Frontend/Module/Profiler/Mapper.php 0.00% 119 Missing ⚠️
...tend/Module/Profiler/Message/TopFunctions/Func.php 0.00% 40 Missing ⚠️
src/Handler/Router/Router.php 55.69% 35 Missing ⚠️
...rontend/Module/Profiler/Message/CallGraph/Node.php 0.00% 13 Missing ⚠️
...ontend/Module/Profiler/Message/FlameChart/Span.php 0.00% 12 Missing ⚠️
...rontend/Module/Profiler/Message/CallGraph/Edge.php 0.00% 11 Missing ⚠️
...nd/Module/Profiler/Message/TopFunctions/Column.php 0.00% 10 Missing ⚠️
...ule/Frontend/Module/Profiler/Message/CallGraph.php 0.00% 8 Missing ⚠️
...ntend/Module/Profiler/Message/CallGraph/Button.php 0.00% 8 Missing ⚠️
.../Frontend/Module/Profiler/Message/TopFunctions.php 0.00% 8 Missing ⚠️
... and 16 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #137      +/-   ##
============================================
+ Coverage     23.60%   24.62%   +1.01%     
- Complexity     1355     1419      +64     
============================================
  Files           159      174      +15     
  Lines          4367     4691     +324     
============================================
+ Hits           1031     1155     +124     
- Misses         3336     3536     +200     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.