Skip to content
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

Fix mismatch error #518

Conversation

kalaiyarasiganeshalingam
Copy link
Contributor

Purpose

$Subject

Fixes ballerina-platform/ballerina-library#3802

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

@kalaiyarasiganeshalingam kalaiyarasiganeshalingam changed the base branch from master to 2.6.x August 10, 2023 06:03
@sonarcloud
Copy link

sonarcloud bot commented Aug 10, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Patch coverage: 93.25% and project coverage change: +0.32% 🎉

Comparison is base (7854b72) 89.77% compared to head (6b1e159) 90.10%.

Additional details and impacted files
@@             Coverage Diff              @@
##              2.6.x     #518      +/-   ##
============================================
+ Coverage     89.77%   90.10%   +0.32%     
- Complexity      229      248      +19     
============================================
  Files             8        9       +1     
  Lines           841      889      +48     
  Branches        282      290       +8     
============================================
+ Hits            755      801      +46     
- Misses           48       51       +3     
+ Partials         38       37       -1     
Files Changed Coverage Δ
...in/java/io/ballerina/stdlib/xmldata/XmlToJson.java 84.43% <91.37%> (+0.73%) ⬆️
...o/ballerina/stdlib/xmldata/utils/XmlDataUtils.java 95.69% <91.66%> (ø)
...n/java/io/ballerina/stdlib/xmldata/MapFromXml.java 92.64% <100.00%> (+0.84%) ⬆️
...a/io/ballerina/stdlib/xmldata/utils/Constants.java 100.00% <100.00%> (ø)
...o/ballerina/stdlib/xmldata/utils/FieldDetails.java 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kalaiyarasiganeshalingam kalaiyarasiganeshalingam merged commit 77af8c2 into ballerina-platform:2.6.x Aug 10, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting the mismatch error by fromXml API while the field has the name annotation
2 participants