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

[2201.3.0-stage] Simplify the return type descriptor for verbose module IDs in refactor extract code actions

Open gayalkuruppu opened this issue 2 years ago • 1 comments

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.

Original PR - https://github.com/ballerina-platform/ballerina-lang/pull/38113

Fixes #38056

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • [x] Read the Contributing Guide
  • [ ] Updated Change Log
  • [ ] Checked Tooling Support (#<Issue Number>)
  • [x] Added necessary tests
    • [x] 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

gayalkuruppu avatar Oct 18 '22 07:10 gayalkuruppu

Codecov Report

Base: 76.66% // Head: 76.65% // Decreases project coverage by -0.00% :warning:

Coverage data is based on head (50c81f9) compared to base (1549792). Patch coverage: 35.29% of modified lines in pull request are covered.

Additional details and impacted files
@@                 Coverage Diff                  @@
##             2201.3.0-stage   #38251      +/-   ##
====================================================
- Coverage             76.66%   76.65%   -0.01%     
+ Complexity            53102    53100       -2     
====================================================
  Files                  3356     3356              
  Lines                199391   199393       +2     
  Branches              25872    25872              
====================================================
- Hits                 152857   152847      -10     
- Misses                37862    37874      +12     
  Partials               8672     8672              
Impacted Files Coverage Δ
...a/io/ballerina/cli/task/CreateNativeImageTask.java 9.80% <0.00%> (ø)
.../main/java/io/ballerina/projects/BuildOptions.java 95.90% <100.00%> (ø)
...eaction/providers/ExtractToFunctionCodeAction.java 86.00% <100.00%> (+0.05%) :arrow_up:
...eaction/providers/ExtractToLocalVarCodeAction.java 90.00% <100.00%> (+0.16%) :arrow_up:
...a/runtime/internal/scheduling/RuntimeRegistry.java 66.03% <0.00%> (-16.99%) :arrow_down:
...runtime/internal/scheduling/WorkerDataChannel.java 88.81% <0.00%> (-3.11%) :arrow_down:
.../ballerina/runtime/internal/scheduling/Strand.java 79.67% <0.00%> (-0.82%) :arrow_down:
.../compiler/bir/codegen/interop/JMethodResolver.java 78.35% <0.00%> (-0.25%) :arrow_down:
...ballerinalang/central/client/CentralAPIClient.java 48.31% <0.00%> (+0.39%) :arrow_up:
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Oct 18 '22 16:10 codecov[bot]