bionode / bionode-watermill

💧Bionode-Watermill: A (Not Yet Streaming) Workflow Engine
https://bionode.gitbooks.io/bionode-watermill/content/
MIT License
37 stars 11 forks source link

implemented redux-logger given an environmental variable #61

Closed tiagofilipe12 closed 7 years ago

tiagofilipe12 commented 7 years ago

In this PR implemented a check for an environmental variable that changes the middlewares within lib/watermill.js. If REDUX_LOGGER=1 in environment the pipeline will execute redux-logger. Also redux-logger package was updated in this PR.

codecov-io commented 7 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.01%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   80.64%   80.66%   +0.01%     
==========================================
  Files          36       36              
  Lines         806      812       +6     
  Branches       99      100       +1     
==========================================
+ Hits          650      655       +5     
- Misses        156      157       +1
Impacted Files Coverage Δ
lib/watermill.js 94.73% <85.71%> (-5.27%) :arrow_down:

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 b3e1588...9fbcb32. Read the comment docs.