-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Fix inaccurate general count #38524
fix: Fix inaccurate general count #38524
Conversation
Signed-off-by: bigsheeper <[email protected]>
Signed-off-by: bigsheeper <[email protected]>
…2-fix-generalcnt
/lgtm |
…2-fix-generalcnt
Signed-off-by: bigsheeper <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38524 +/- ##
===========================================
+ Coverage 69.34% 80.96% +11.62%
===========================================
Files 292 1378 +1086
Lines 26168 194134 +167966
===========================================
+ Hits 18146 157183 +139037
- Misses 8022 31405 +23383
- Partials 0 5546 +5546
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
Checking general count should only count healthy collections and partitions. issue: #37630 pr: #38524 --------- Signed-off-by: bigsheeper <[email protected]>
Checking general count should only count healthy collections and partitions.
issue: #37630