-
Notifications
You must be signed in to change notification settings - Fork 140
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
client factory test coverage #1645
client factory test coverage #1645
Conversation
Signed-off-by: Arnav Grover <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1645 +/- ##
============================================
+ Coverage 79.42% 79.51% +0.09%
- Complexity 3982 3987 +5
============================================
Files 390 390
Lines 16215 16277 +62
Branches 1751 1751
============================================
+ Hits 12879 12943 +64
+ Misses 2661 2657 -4
- Partials 675 677 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Arnav Grover <[email protected]>
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
I assume you are adding more tests? Coverage improved, but lot of lines are partially covered. May be we can cover more? Please check, thanks. |
Yeup, I am currently adding more tests and will commit them soon in hopes of covering those partial lines 👍 |
Signed-off-by: Arnav Grover <[email protected]>
Signed-off-by: Arnav Grover <[email protected]>
Signed-off-by: Arnav Grover <[email protected]>
Signed-off-by: Arnav Grover <[email protected]>
Description
[Describe what this change achieves]
Issues Resolved
#1379
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.