spotify / completable-futures

Utilities for working with futures in Java 8
Apache License 2.0
393 stars 51 forks source link

All as map #63

Closed objorkli closed 4 years ago

objorkli commented 4 years ago

This pull request makes the allAsMap method in CompletableFutures.

codecov[bot] commented 4 years ago

Codecov Report

Merging #63 into master will decrease coverage by 6.82%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage       100%   93.17%   -6.83%     
  Complexity       69       69              
============================================
  Files             6        6              
  Lines           191      205      +14     
  Branches          9       11       +2     
============================================
  Hits            191      191              
- Misses            0       14      +14
Impacted Files Coverage Δ Complexity Δ
...n/java/com/spotify/futures/CompletableFutures.java 89.55% <0%> (-10.45%) 41 <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 12fed1e...986888c. Read the comment docs.