-
-
Notifications
You must be signed in to change notification settings - Fork 72
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: Support nested routes in ActivableRoute
#675
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #675 +/- ##
==========================================
+ Coverage 73.90% 74.01% +0.10%
==========================================
Files 194 195 +1
Lines 19951 19922 -29
==========================================
Hits 14745 14745
+ Misses 5206 5177 -29 ☔ View full report in Codecov by Sentry. |
ActivableRoute
now matches nested routesActivableRoute
* feat: Persist devtools node inspector routing * clippy
…matches-nested-routes
Closes #674
Depends on #672