-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use convert API instead of CloneWithType
#70
Use convert API instead of CloneWithType
#70
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
============================================
+ Coverage 87.46% 88.47% +1.00%
- Complexity 176 253 +77
============================================
Files 20 36 +16
Lines 367 538 +171
Branches 66 91 +25
============================================
+ Hits 321 476 +155
- Misses 29 36 +7
- Partials 17 26 +9
☔ View full report in Codecov by Sentry. |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
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
Purpose
Partially fixes the issue ballerina-platform/ballerina-library#3933
Examples
Checklist