Skip to content
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

feat(router): support greedy matches with subsequent static components. #3888

Merged
merged 3 commits into from
Feb 6, 2025

feat(router): support more complex greedy matches patterns

2fa716f
Select commit
Loading
Failed to load commit list.
Merged

feat(router): support greedy matches with subsequent static components. #3888

feat(router): support more complex greedy matches patterns
2fa716f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2025 in 0s

90.78% (target 75.00%)

View this Pull Request on Codecov

90.78% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 94.59459% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.78%. Comparing base (65edaf2) to head (2fa716f).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/router/trie-router/node.ts 92.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3888      +/-   ##
==========================================
- Coverage   90.78%   90.78%   -0.01%     
==========================================
  Files         162      162              
  Lines       10263    10283      +20     
  Branches     2893     2888       -5     
==========================================
+ Hits         9317     9335      +18     
- Misses        945      947       +2     
  Partials        1        1              

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