Skip to content

Refactor Router and ModuleLoader: Decouple module loading from route building - #409

Merged
armanist merged 2 commits into
quantum-php:masterfrom
armanist:383-Refactor-Router-&-ModuleLoader-Introduce-Route-as-Single-Route-Entity-and-Decouple-Module-Loading
Jan 19, 2026
Merged

Refactor Router and ModuleLoader: Decouple module loading from route building#409
armanist merged 2 commits into
quantum-php:masterfrom
armanist:383-Refactor-Router-&-ModuleLoader-Introduce-Route-as-Single-Route-Entity-and-Decouple-Module-Loading

Missing file

7b0272a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 18, 2026 in 0s

79.88% (-0.02%) compared to 5f481a5

View this Pull Request on Codecov

79.88% (-0.02%) compared to 5f481a5

Details

Codecov Report

❌ Patch coverage is 71.42857% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.88%. Comparing base (5f481a5) to head (7b0272a).

Files with missing lines Patch % Lines
src/Console/Commands/OpenApiCommand.php 0.00% 4 Missing ⚠️
src/Console/Commands/RouteListCommand.php 0.00% 4 Missing ⚠️
src/Module/ModuleLoader.php 82.35% 3 Missing ⚠️
src/Router/Route.php 75.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #409      +/-   ##
============================================
- Coverage     79.90%   79.88%   -0.02%     
- Complexity     2492     2495       +3     
============================================
  Files           229      230       +1     
  Lines          6609     6623      +14     
============================================
+ Hits           5281     5291      +10     
- Misses         1328     1332       +4     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.