-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 resource reuse with regex paths #8998
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #8998 +/- ##
=======================================
Coverage 98.28% 98.29%
=======================================
Files 107 107
Lines 34317 34339 +22
Branches 4064 4066 +2
=======================================
+ Hits 33729 33753 +24
+ Misses 415 414 -1
+ Partials 173 172 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Backport to 3.10: 💚 backport PR created✅ Backport PR branch: Backported as #9016 🤖 @patchback |
(cherry picked from commit 875f23d)
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #9017 🤖 @patchback |
(cherry picked from commit 875f23d)
#9017) **This is a backport of PR #8998 as merged into master (875f23d).** Co-authored-by: Sam Bull <[email protected]>
#9016) **This is a backport of PR #8998 as merged into master (875f23d).** Co-authored-by: Sam Bull <[email protected]>
Fixes #7624.