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

[Step Extension] Add semantic support xml step extension #43106

Update closure desugar

317e292
Select commit
Loading
Failed to load commit list.
Merged

[Step Extension] Add semantic support xml step extension #43106

Update closure desugar
317e292
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 19, 2024 in 0s

77.35% (-0.01%) compared to 16ade74

View this Pull Request on Codecov

77.35% (-0.01%) compared to 16ade74

Details

Codecov Report

Attention: Patch coverage is 84.10405% with 55 lines in your changes missing coverage. Please review.

Project coverage is 77.35%. Comparing base (16ade74) to head (317e292).
Report is 402 commits behind head on xml_step_extension.

Files with missing lines Patch % Lines
...inalang/compiler/tree/SimpleBLangNodeAnalyzer.java 0.00% 16 Missing ⚠️
.../expressions/BLangExtendedXMLNavigationAccess.java 58.82% 7 Missing ⚠️
...g/wso2/ballerinalang/compiler/desugar/Desugar.java 96.00% 2 Missing and 2 partials ⚠️
...lerinalang/compiler/tree/BLangNodeTransformer.java 0.00% 4 Missing ⚠️
.../ballerinalang/compiler/tree/BLangNodeVisitor.java 0.00% 4 Missing ⚠️
...ler/tree/expressions/BLangXMLFilterStepExtend.java 69.23% 4 Missing ⚠️
...ler/tree/expressions/BLangXMLNavigationAccess.java 20.00% 4 Missing ⚠️
...va/io/ballerina/compiler/api/impl/BaseVisitor.java 0.00% 3 Missing ⚠️
...ava/io/ballerina/compiler/api/impl/NodeFinder.java 70.00% 3 Missing ⚠️
...allerinalang/compiler/parser/BLangNodeBuilder.java 93.75% 1 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
@@                   Coverage Diff                    @@
##             xml_step_extension   #43106      +/-   ##
========================================================
- Coverage                 77.35%   77.35%   -0.01%     
- Complexity                58300    58720     +420     
========================================================
  Files                      3454     3469      +15     
  Lines                    219173   220387    +1214     
  Branches                  28741    28933     +192     
========================================================
+ Hits                     169544   170477     +933     
- Misses                    40295    40490     +195     
- Partials                   9334     9420      +86     

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