Skip to content

Fix #193: Add public constructors for routes and groups - #295

Open
samdark wants to merge 8 commits into
masterfrom
route-group-constructors
Open

Fix #193: Add public constructors for routes and groups#295
samdark wants to merge 8 commits into
masterfrom
route-group-constructors

Fix overriding group hosts

f9d8d8a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 16, 2026 in 0s

0.00% (+0.00%) compared to cedd84c

View this Pull Request on Codecov

0.00% (+0.00%) compared to cedd84c

Details

Codecov Report

❌ Patch coverage is 0% with 108 lines in your changes missing coverage. Please review.
✅ Project coverage is 0.00%. Comparing base (cedd84c) to head (f9d8d8a).

Files with missing lines Patch % Lines
src/Route.php 0.00% 19 Missing ⚠️
src/Group.php 0.00% 12 Missing ⚠️
src/Route/Delete.php 0.00% 11 Missing ⚠️
src/Route/Get.php 0.00% 11 Missing ⚠️
src/Route/Head.php 0.00% 11 Missing ⚠️
src/Route/Options.php 0.00% 11 Missing ⚠️
src/Route/Patch.php 0.00% 11 Missing ⚠️
src/Route/Post.php 0.00% 11 Missing ⚠️
src/Route/Put.php 0.00% 11 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             master    #295   +/-   ##
========================================
  Coverage      0.00%   0.00%           
- Complexity      129     140   +11     
========================================
  Files            13      20    +7     
  Lines           400     493   +93     
========================================
- Misses          400     493   +93     

☔ View full report in Codecov by Harness.
📢 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.