fulcrumgenomics / dagr

A scala based DSL and framework for writing and executing bioinformatics pipelines as Directed Acyclic GRaphs
MIT License
69 stars 14 forks source link

Bugfix/nested non unit tasks #379

Closed nh13 closed 4 years ago

nh13 commented 4 years ago

@tfenne a very interesting edge case I hit in the real world

codecov-commenter commented 4 years ago

Codecov Report

Merging #379 into master will decrease coverage by 0.09%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #379      +/-   ##
==========================================
- Coverage   91.56%   91.47%   -0.10%     
==========================================
  Files          31       31              
  Lines        1186     1185       -1     
  Branches       80       80              
==========================================
- Hits         1086     1084       -2     
- Misses        100      101       +1     
Impacted Files Coverage Δ
.../main/scala/dagr/core/execsystem/TaskManager.scala 89.91% <94.11%> (-0.88%) :arrow_down:
.../main/scala/dagr/core/execsystem/TaskTracker.scala 94.11% <0.00%> (+1.17%) :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 12c6036...ac2705c. Read the comment docs.