Closed alexjbush closed 5 years ago
Merging #80 into develop will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## develop #80 +/- ##
=========================================
+ Coverage 81.95% 82% +0.04%
=========================================
Files 56 56
Lines 1585 1589 +4
Branches 66 77 +11
=========================================
+ Hits 1299 1303 +4
Misses 286 286
Impacted Files | Coverage Δ | |
---|---|---|
...data/waimak/dataflow/ParallelActionScheduler.scala | 98.27% <100%> (+0.12%) |
: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 3e80947...496772f. Read the comment docs.
Description
Rework handling of exceptions to take into account fatal exceptions. This fixes the issue of some types of exceptions causing flows to hang indefinitely.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests