-
Notifications
You must be signed in to change notification settings - Fork 725
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
statistic: fix the issue of tombstone for label counter #2060
Conversation
Signed-off-by: nolouch <nolouch@gmail.com>
Signed-off-by: nolouch <nolouch@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2060 +/- ##
==========================================
+ Coverage 76.63% 76.72% +0.09%
==========================================
Files 189 189
Lines 19231 19233 +2
==========================================
+ Hits 14737 14757 +20
+ Misses 3374 3355 -19
- Partials 1120 1121 +1
Continue to review full report at Codecov.
|
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
/merge |
/run-all-tests |
@nolouch merge failed. |
/merge |
/run-all-tests |
cherry pick to release-3.0 in PR #2067 |
cherry pick to release-3.1 in PR #2068 |
Signed-off-by: nolouch nolouch@gmail.com
What problem does this PR solve?
Fix issue #2004. Do not count the tombstone store.
What is changed and how it works?
Do not count the tombstone store.
Check List