spotify / completable-futures

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

Add getException to get exception from a failed stage #52

Closed eshrubs closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #52 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master    #52   +/-   ##
=======================================
  Coverage       100%   100%           
- Complexity       41     43    +2     
=======================================
  Files             4      4           
  Lines            92     99    +7     
  Branches          2      3    +1     
=======================================
+ Hits             92     99    +7
Impacted Files Coverage Δ Complexity Δ
...n/java/com/spotify/futures/CompletableFutures.java 100% <100%> (ø) 37 <2> (+2) :arrow_up:

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 d1488d7...8788a4d. Read the comment docs.