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

Add support for error binding patterns in the on fail clause #41049

Merged
merged 56 commits into from
Nov 23, 2023

Merge pull request #41760 from ballerina-platform/master

a99b983
Select commit
Loading
Failed to load commit list.
Merged

Add support for error binding patterns in the on fail clause #41049

Merge pull request #41760 from ballerina-platform/master
a99b983
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 23, 2023 in 1s

76.73% (+0.00%) compared to 21a32d4

View this Pull Request on Codecov

76.73% (+0.00%) compared to 21a32d4

Details

Codecov Report

Attention: 39 lines in your changes are missing coverage. Please review.

Comparison is base (21a32d4) 76.73% compared to head (a99b983) 76.73%.
Report is 96 commits behind head on master.

Files Patch % Lines
...in/java/io/ballerina/projects/DependencyGraph.java 0.00% 24 Missing ⚠️
...io/ballerina/compiler/syntax/tree/NodeFactory.java 25.00% 3 Missing ⚠️
...allerinalang/compiler/bir/codegen/JvmValueGen.java 95.55% 1 Missing and 1 partial ⚠️
...lang/compiler/semantics/analyzer/CodeAnalyzer.java 84.61% 0 Missing and 2 partials ⚠️
...llerinalang/compiler/semantics/analyzer/Types.java 90.90% 1 Missing and 1 partial ⚠️
...o/ballerina/compiler/syntax/tree/TreeModifier.java 0.00% 2 Missing ⚠️
...ompiler/bir/codegen/interop/ExternalMethodGen.java 83.33% 0 Missing and 1 partial ⚠️
...lang/compiler/bir/codegen/methodgen/MethodGen.java 98.18% 0 Missing and 1 partial ⚠️
.../compiler/semantics/analyzer/SemanticAnalyzer.java 98.63% 0 Missing and 1 partial ⚠️
.../compiler/internal/parser/tree/STTreeModifier.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master   #41049   +/-   ##
=========================================
  Coverage     76.73%   76.73%           
- Complexity    52692    52715   +23     
=========================================
  Files          2879     2878    -1     
  Lines        198658   198706   +48     
  Branches      25809    25825   +16     
=========================================
+ Hits         152434   152475   +41     
- Misses        37797    37804    +7     
  Partials       8427     8427           

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