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

Merge remote-tracking branch 'upstream/main' into feat/greedy-matches…

5f41cee
Select commit
Loading
Failed to load commit list.
Merged

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

Merge remote-tracking branch 'upstream/main' into feat/greedy-matches…
5f41cee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2025 in 0s

91.30% (target 75.00%)

View this Pull Request on Codecov

91.30% (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 91.30%. Comparing base (6b6fbad) to head (5f41cee).
Report is 7 commits behind head on next.

Files with missing lines Patch % Lines
src/router/trie-router/node.ts 92.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #3888      +/-   ##
==========================================
- Coverage   91.41%   91.30%   -0.11%     
==========================================
  Files         162      168       +6     
  Lines       10281    10666     +385     
  Branches     2894     3017     +123     
==========================================
+ Hits         9398     9739     +341     
- Misses        882      926      +44     
  Partials        1        1              

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