-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ref(rules): Only fetch necessary data #74229
ref(rules): Only fetch necessary data #74229
Conversation
6e58b02
to
e8ab3f5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #74229 +/- ##
===========================================
+ Coverage 56.96% 78.12% +21.16%
===========================================
Files 6451 6672 +221
Lines 285728 298475 +12747
Branches 49139 51354 +2215
===========================================
+ Hits 162775 233195 +70420
+ Misses 118543 58996 -59547
- Partials 4410 6284 +1874
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mind adding a few unit tests to this as well? (i think we need it to get past codecov too)
2826e8b
to
1c50ce3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, hopefully helps! 🤞
278605c
to
0be28cf
Compare
PR reverted: 1e1e996 |
This reverts commit c80d024. Co-authored-by: ceorourke <29959063+ceorourke@users.noreply.github.com>
Optimize queries by only fetching the strictly necessary data, and add a metric around a rough estimate of how many groups we're processing.