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 xml toString() error for modified name space attributes #41541

Merged
merged 11 commits into from
Nov 2, 2023

Merge branch 'master' of github.com:ballerina-platform/ballerina-lang…

426f1ac
Select commit
Loading
Failed to load commit list.
Merged

Fix xml toString() error for modified name space attributes #41541

Merge branch 'master' of github.com:ballerina-platform/ballerina-lang…
426f1ac
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 2, 2023 in 1s

76.70% (+0.00%) compared to b20eaf9

View this Pull Request on Codecov

76.70% (+0.00%) compared to b20eaf9

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b20eaf9) 76.69% compared to head (426f1ac) 76.70%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master   #41541   +/-   ##
=========================================
  Coverage     76.69%   76.70%           
  Complexity    52669    52669           
=========================================
  Files          2881     2881           
  Lines        198537   198537           
  Branches      25812    25812           
=========================================
+ Hits         152273   152279    +6     
+ Misses        37832    37825    -7     
- Partials       8432     8433    +1     
Files Coverage Δ
...erina/runtime/internal/BallerinaXmlSerializer.java 79.24% <100.00%> (-0.95%) ⬇️
.../io/ballerina/runtime/internal/values/XmlItem.java 59.60% <100.00%> (+3.92%) ⬆️

... and 2 files with indirect coverage changes

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