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

Add modifyPipeline hook. #328

Closed jacarey closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #328   +/-   ##
=======================================
  Coverage   91.37%   91.37%           
=======================================
  Files          31       31           
  Lines        1136     1136           
  Branches      102      111    +9     
=======================================
  Hits         1038     1038           
  Misses         98       98
Impacted Files Coverage Δ
...rc/main/scala/dagr/core/cmdline/DagrCoreMain.scala 80.85% <100%> (ø) :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 f86ce5f...84a4a6b. Read the comment docs.

nh13 commented 6 years ago

LGTM, will wait for @tfenne to also bless, since this was partly my idea, so may be a bit biased.