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/patch succeeded Sep 19, 2024 in 1s

84.10% of diff hit (target 77.35%)

View this Pull Request on Codecov

84.10% of diff hit (target 77.35%)

Annotations

Check warning on line 1054 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/BaseVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/BaseVisitor.java#L1054

Added line #L1054 was not covered by tests

Check warning on line 1058 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/BaseVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/BaseVisitor.java#L1058

Added line #L1058 was not covered by tests

Check warning on line 1062 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/BaseVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/BaseVisitor.java#L1062

Added line #L1062 was not covered by tests

Check warning on line 1308 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java#L1306-L1308

Added lines #L1306 - L1308 were not covered by tests

Check warning on line 6650 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/Desugar.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/Desugar.java#L6650

Added line #L6650 was not covered by tests

Check warning on line 10718 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/Desugar.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/Desugar.java#L10718

Added line #L10718 was not covered by tests

Check warning on line 7113 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/BLangNodeBuilder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/BLangNodeBuilder.java#L7113

Added line #L7113 was not covered by tests

Check warning on line 1133 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java#L1133

Added line #L1133 was not covered by tests

Check warning on line 1137 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java#L1137

Added line #L1137 was not covered by tests

Check warning on line 1141 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java#L1141

Added line #L1141 was not covered by tests

Check warning on line 1145 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java#L1145

Added line #L1145 was not covered by tests

Check warning on line 1159 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java#L1159

Added line #L1159 was not covered by tests

Check warning on line 1163 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java#L1163

Added line #L1163 was not covered by tests

Check warning on line 1167 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java#L1167

Added line #L1167 was not covered by tests

Check warning on line 1171 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java#L1171

Added line #L1171 was not covered by tests

Check warning on line 895 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java#L893-L895

Added lines #L893 - L895 were not covered by tests

Check warning on line 900 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java#L898-L900

Added lines #L898 - L900 were not covered by tests

Check warning on line 908 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java#L903-L908

Added lines #L903 - L908 were not covered by tests

Check warning on line 1287 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java#L1284-L1287

Added lines #L1284 - L1287 were not covered by tests

Check warning on line 61 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java#L61

Added line #L61 was not covered by tests

Check warning on line 71 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java#L71

Added line #L71 was not covered by tests

Check warning on line 76 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java#L76

Added line #L76 was not covered by tests

Check warning on line 81 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java#L81

Added line #L81 was not covered by tests

Check warning on line 88 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangExtendedXMLNavigationAccess.java#L86-L88

Added lines #L86 - L88 were not covered by tests

Check warning on line 56 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangXMLFilterStepExtend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/expressions/BLangXMLFilterStepExtend.java#L56

Added line #L56 was not covered by tests