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

fix(middleware/combine): prevent c.req.routeIndex from being changed #3663

Merged
merged 3 commits into from
Nov 13, 2024

fix(middleware/combine): prevent `c.req.routeIndex` from being changed

6a97bab
Select commit
Loading
Failed to load commit list.
Merged

fix(middleware/combine): prevent c.req.routeIndex from being changed #3663

fix(middleware/combine): prevent `c.req.routeIndex` from being changed
6a97bab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 1s

91.70% (target 75.00%)

View this Pull Request on Codecov

91.70% (target 75.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.70%. Comparing base (7b30835) to head (6a97bab).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3663   +/-   ##
=======================================
  Coverage   91.69%   91.70%           
=======================================
  Files         159      159           
  Lines       10140    10145    +5     
  Branches     2877     2876    -1     
=======================================
+ Hits         9298     9303    +5     
  Misses        840      840           
  Partials        2        2           

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