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

Improved the order of completions provided for resource access paths #41663

Merged
merged 4 commits into from
Nov 24, 2023

Use loop index instead of rankOffset for sortText

09e995d
Select commit
Loading
Failed to load commit list.
Merged

Improved the order of completions provided for resource access paths #41663

Use loop index instead of rankOffset for sortText
09e995d
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 24, 2023 in 0s

76.73% (+0.03%) compared to a33bee3

View this Pull Request on Codecov

76.73% (+0.03%) compared to a33bee3

Details

Codecov Report

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

Comparison is base (a33bee3) 76.70% compared to head (09e995d) 76.73%.
Report is 8 commits behind head on master.

Files Patch % Lines
...oviders/context/InvocationNodeContextProvider.java 94.11% 1 Missing and 1 partial ⚠️
...ompletions/builder/ResourcePathCompletionUtil.java 50.00% 0 Missing and 1 partial ⚠️
...context/ClientResourceAccessActionNodeContext.java 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #41663      +/-   ##
============================================
+ Coverage     76.70%   76.73%   +0.03%     
- Complexity    52716    52724       +8     
============================================
  Files          2878     2878              
  Lines        198708   198735      +27     
  Branches      25825    25832       +7     
============================================
+ Hits         152410   152501      +91     
+ Misses        37882    37804      -78     
- Partials       8416     8430      +14     

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