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

[Refactoring] Names and Name cleanup (use static access & getter) #43265

Closed

Merge branch 'master' into names-cleanup

ff36b51
Select commit
Loading
Failed to load commit list.
Closed

[Refactoring] Names and Name cleanup (use static access & getter) #43265

Merge branch 'master' into names-cleanup
ff36b51
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Sep 25, 2024 in 0s

77.49% (-0.02%) compared to b45e1e1

View this Pull Request on Codecov

77.49% (-0.02%) compared to b45e1e1

Details

Codecov Report

Attention: Patch coverage is 82.80961% with 186 lines in your changes missing coverage. Please review.

Project coverage is 77.49%. Comparing base (b45e1e1) to head (ff36b51).
Report is 25 commits behind head on master.

Files with missing lines Patch % Lines
...alang/compiler/semantics/analyzer/SymbolEnter.java 69.41% 22 Missing and 4 partials ⚠️
...g/wso2/ballerinalang/compiler/desugar/Desugar.java 80.55% 8 Missing and 6 partials ⚠️
...va/org/wso2/ballerinalang/compiler/bir/BIRGen.java 91.35% 6 Missing and 1 partial ⚠️
...alang/compiler/desugar/DeclarativeAuthDesugar.java 14.28% 5 Missing and 1 partial ⚠️
...ng/compiler/semantics/analyzer/SymbolResolver.java 68.42% 3 Missing and 3 partials ⚠️
...lerinalang/compiler/bir/codegen/JvmPackageGen.java 73.68% 0 Missing and 5 partials ⚠️
...rinalang/compiler/packaging/repo/PathBalaRepo.java 0.00% 4 Missing ⚠️
...lerinalang/compiler/packaging/repo/RemoteRepo.java 0.00% 4 Missing ⚠️
...mpiler/semantics/analyzer/ConstantTypeChecker.java 75.00% 4 Missing ⚠️
...llerinalang/compiler/semantics/analyzer/Types.java 71.42% 3 Missing and 1 partial ⚠️
... and 65 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #43265      +/-   ##
============================================
- Coverage     77.51%   77.49%   -0.02%     
+ Complexity    58585    58578       -7     
============================================
  Files          3438     3438              
  Lines        219219   219237      +18     
  Branches      28921    28925       +4     
============================================
- Hits         169921   169896      -25     
- Misses        39884    39925      +41     
- Partials       9414     9416       +2     

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