ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

Fix addition of xml with strings

Open poorna2152 opened this issue 1 year ago • 3 comments

Purpose

Fixes #33066 Fixes #32976

Approach

Allow addition of xml values and a variable which is assignable to string type.

Samples

Remarks

Check List

  • [ ] Read the Contributing Guide
  • [ ] Updated Change Log
  • [ ] Checked Tooling Support (#<Issue Number>)
  • [ ] Added necessary tests
    • [ ] Unit Tests
    • [ ] Spec Conformance Tests
    • [ ] Integration Tests
    • [ ] Ballerina By Example Tests
  • [ ] Increased Test Coverage
  • [ ] Added necessary documentation
    • [ ] API documentation
    • [ ] Module documentation in Module.md files
    • [ ] Ballerina By Examples

poorna2152 avatar Apr 18 '24 03:04 poorna2152

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

github-actions[bot] avatar May 03 '24 19:05 github-actions[bot]

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

github-actions[bot] avatar Jun 07 '24 19:06 github-actions[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.39%. Comparing base (56ca67d) to head (62ba80c). Report is 524 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #42580      +/-   ##
============================================
- Coverage     77.39%   77.39%   -0.01%     
- Complexity    58335    58343       +8     
============================================
  Files          3453     3453              
  Lines        219064   219085      +21     
  Branches      28766    28771       +5     
============================================
+ Hits         169543   169555      +12     
- Misses        40182    40190       +8     
- Partials       9339     9340       +1     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Jun 20 '24 12:06 codecov[bot]