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

#1346 path/host completion for custom types #1347

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Create the TypeCompletionRegistry to hold type to completion kind map…

0cb42e7
Select commit
Loading
Failed to load commit list.
Open

#1346 path/host completion for custom types #1347

Create the TypeCompletionRegistry to hold type to completion kind map…
0cb42e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 26, 2024 in 0s

93.81% (+0.04%) compared to 7438ef4

View this Pull Request on Codecov

93.81% (+0.04%) compared to 7438ef4

Details

Codecov Report

Attention: Patch coverage is 97.82609% with 1 line in your changes missing coverage. Please review.

Project coverage is 93.81%. Comparing base (7438ef4) to head (0cb42e7).
Report is 1062 commits behind head on main.

Files with missing lines Patch % Lines
src/main/java/picocli/AutoComplete.java 97.82% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1347      +/-   ##
============================================
+ Coverage     93.76%   93.81%   +0.04%     
- Complexity      474      476       +2     
============================================
  Files             2        2              
  Lines          6961     6998      +37     
  Branches       1869     1872       +3     
============================================
+ Hits           6527     6565      +38     
  Misses          147      147              
+ Partials        287      286       -1     

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