-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
table: improve package unit test code coverage to 92% #10360
Conversation
Codecov Report
@@ Coverage Diff @@
## master #10360 +/- ##
================================================
+ Coverage 77.3142% 77.3189% +0.0047%
================================================
Files 412 412
Lines 85547 85534 -13
================================================
- Hits 66140 66134 -6
+ Misses 14387 14379 -8
- Partials 5020 5021 +1 |
Codecov Report
@@ Coverage Diff @@
## master #10360 +/- ##
================================================
+ Coverage 77.6576% 77.6872% +0.0296%
================================================
Files 411 411
Lines 85434 85449 +15
================================================
+ Hits 66346 66383 +37
+ Misses 14127 14107 -20
+ Partials 4961 4959 -2 |
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
/run-all-tests |
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
What problem does this PR solve?
Improve test code coverage
What is changed and how it works?
Add test code
Check List
Tests