uptake / updraft

R package for building flexible workflows
Other
13 stars 12 forks source link

add module execution metadata #31

Closed ShreyasRewagad closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #31 into master will increase coverage by 0.51%. The diff coverage is 89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   82.72%   83.23%   +0.51%     
==========================================
  Files          14       14              
  Lines         625      662      +37     
==========================================
+ Hits          517      551      +34     
- Misses        108      111       +3
Impacted Files Coverage Δ
R/utils_modules.R 49.09% <0%> (ø) :arrow_up:
R/connection_directed.R 96.77% <0%> (ø) :arrow_up:
R/utils_execution.R 92.85% <100%> (ø) :arrow_up:
R/workflow_interface.R 48.27% <100%> (+37.16%) :arrow_up:
R/utils_check_interface.R 60% <100%> (ø) :arrow_up:
R/utils_connections.R 88.31% <100%> (ø) :arrow_up:
R/execution.R 96.25% <100%> (-0.14%) :arrow_down:
R/workflow_dag.R 91.82% <82.35%> (+0.19%) :arrow_up:
R/module_package_function.R 84.31% <87.5%> (-0.14%) :arrow_down:
R/module_custom_function.R 88.88% <87.5%> (-4.45%) :arrow_down:
... and 2 more

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 f38cf20...c1f2051. Read the comment docs.