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

Support Option.orNull() #2572

Merged
merged 1 commit into from
Apr 25, 2020
Merged

Conversation

mincong-h
Copy link
Member

@codecov-io
Copy link

Codecov Report

Merging #2572 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2572   +/-   ##
=========================================
  Coverage     92.81%   92.81%           
- Complexity     5336     5338    +2     
=========================================
  Files            89       89           
  Lines         12742    12743    +1     
  Branches       1609     1609           
=========================================
+ Hits          11827    11828    +1     
  Misses          727      727           
  Partials        188      188           
Impacted Files Coverage Δ Complexity Δ
src/main/java/io/vavr/control/Option.java 91.66% <100.00%> (+0.10%) 48.00 <2.00> (+2.00)

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 1063d56...3fad761. Read the comment docs.

Copy link
Member

@danieldietrich danieldietrich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your addition, it looks great!

@danieldietrich danieldietrich merged commit 0b7a72c into vavr-io:master Apr 25, 2020
@mincong-h mincong-h deleted the Option-orNull branch May 8, 2020 13:30
@danieldietrich danieldietrich added this to the v1.0.0 milestone May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants