-
Notifications
You must be signed in to change notification settings - Fork 187
Speed up backport_linter() #2348
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2348 +/- ##
=======================================
Coverage 99.41% 99.41%
=======================================
Files 124 124
Lines 5654 5655 +1
=======================================
+ Hits 5621 5622 +1
Misses 33 33 ☔ View full report in Codecov by Sentry. |
I'll do some more testing to see if I find an even better solution, but avoiding |
A slight speedup by using a more efficient data structure for backport checking.