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

Added fields to ParameterException for #402 #406

Merged
merged 1 commit into from
Jul 6, 2018
Merged

Conversation

dhait
Copy link
Contributor

@dhait dhait commented Jul 6, 2018

Extra fields have been added to ParameterException (argSpec and value) to allow more granular handling of bad parameters by the user.

@codecov-io
Copy link

Codecov Report

Merging #406 into master will decrease coverage by 0.01%.
The diff coverage is 96.29%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #406      +/-   ##
============================================
- Coverage     89.24%   89.22%   -0.02%     
  Complexity      248      248              
============================================
  Files             4        4              
  Lines          3404     3426      +22     
  Branches        810      810              
============================================
+ Hits           3038     3057      +19     
- Misses          180      183       +3     
  Partials        186      186
Impacted Files Coverage Δ Complexity Δ
src/main/java/picocli/CommandLine.java 89.35% <96.29%> (-0.03%) 128 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe17b99...a8c0a24. Read the comment docs.

@remkop remkop merged commit 781bf45 into remkop:master Jul 6, 2018
remkop added a commit that referenced this pull request Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants