CINPLA / exdir

Directory structure standard for experimental pipelines.
http://exdir.rtfd.io
MIT License
72 stars 13 forks source link

Pass the result of one plugin on to the next #65

Closed dragly closed 5 years ago

dragly commented 5 years ago

This fixes an issue where only the result of the last plugin would be used when multiple plugins were activated. This also adds a test that catches this issue.

codecov[bot] commented 5 years ago

Codecov Report

Merging #65 into dev will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev      #65      +/-   ##
==========================================
+ Coverage   97.21%   97.24%   +0.03%     
==========================================
  Files          11       11              
  Lines        1398     1414      +16     
==========================================
+ Hits         1359     1375      +16     
  Misses         39       39
Impacted Files Coverage Δ
tests/test_plugins.py 98.44% <100%> (+0.21%) :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 ee5bec6...d23bc92. Read the comment docs.