-
Notifications
You must be signed in to change notification settings - Fork 117
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
Increase tests in utils
#880
Increase tests in utils
#880
Conversation
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #880 +/- ##
==========================================
+ Coverage 76.49% 76.71% +0.22%
==========================================
Files 329 329
Lines 31334 31429 +95
Branches 6100 6114 +14
==========================================
+ Hits 23970 24112 +142
+ Misses 5785 5737 -48
- Partials 1579 1580 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
count_loc
utils
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.
Thanks for the PR! LGTM
This PR aims to increase the test coverage for the
keras_core/utils
module.