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

Future.reduce considers executor #2430

Merged
merged 1 commit into from
Jul 4, 2019
Merged

Future.reduce considers executor #2430

merged 1 commit into from
Jul 4, 2019

Conversation

danieldietrich
Copy link
Contributor

Fixes #2375

@codecov-io
Copy link

codecov-io commented Jul 4, 2019

Codecov Report

Merging #2430 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2430      +/-   ##
============================================
+ Coverage      95.9%   95.91%   +0.01%     
  Complexity     5487     5487              
============================================
  Files            94       94              
  Lines         13355    13355              
  Branches       1612     1612              
============================================
+ Hits          12808    12810       +2     
+ Misses          408      406       -2     
  Partials        139      139
Impacted Files Coverage Δ Complexity Δ
vavr/src/main/java/io/vavr/concurrent/Future.java 97.65% <100%> (ø) 127 <1> (ø) ⬇️
...r/src/main/java/io/vavr/concurrent/FutureImpl.java 75.93% <0%> (+1.5%) 28% <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 6a3788d...77eaa89. Read the comment docs.

@danieldietrich danieldietrich merged commit 69560c7 into master Jul 4, 2019
@danieldietrich danieldietrich deleted the future-reduce branch July 4, 2019 23:17
@danieldietrich danieldietrich modified the milestones: v1.0.0, v0.10.1 Jul 8, 2019
danieldietrich added a commit that referenced this pull request Jul 22, 2019
thadumi pushed a commit to thadumi/vavr that referenced this pull request Dec 11, 2019
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.

Future reduce with executor, but this executor is never used
2 participants