-
Notifications
You must be signed in to change notification settings - Fork 753
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
Implement Support for Generation of Optional Record Fields and Proper Namespaces #41594
Implement Support for Generation of Optional Record Fields and Proper Namespaces #41594
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #41594 +/- ##
============================================
+ Coverage 76.71% 76.74% +0.02%
- Complexity 52734 52758 +24
============================================
Files 2878 2878
Lines 198735 198848 +113
Branches 25832 25846 +14
============================================
+ Hits 152453 152598 +145
+ Misses 37869 37820 -49
- Partials 8413 8430 +17 ☔ View full report in Codecov by Sentry. |
...to-record-converter/src/main/java/io/ballerina/xmltorecordconverter/util/ConverterUtils.java
Show resolved
Hide resolved
...o-record-converter/src/main/java/io/ballerina/xmltorecordconverter/XMLToRecordConverter.java
Outdated
Show resolved
Hide resolved
...o-record-converter/src/main/java/io/ballerina/xmltorecordconverter/XMLToRecordConverter.java
Show resolved
Hide resolved
63eb360
to
325c43b
Compare
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Purpose
This PR contains improvements to the XML to Record converter tools, below are the improvements added.
Approach
Samples
Remarks
Check List