ReproNim / reproman

ReproMan (AKA NICEMAN, AKA ReproNim TRD3)
https://reproman.readthedocs.io
Other
24 stars 14 forks source link

run: Add orchestrator for local, in-place runs #526

Closed kyleam closed 4 years ago

kyleam commented 4 years ago

This series, in particular the second commit, adds a new orchestrator to support the use case described in gh-460.


codecov[bot] commented 4 years ago

Codecov Report

Merging #526 into master will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #526      +/-   ##
==========================================
+ Coverage   89.66%   89.74%   +0.07%     
==========================================
  Files         148      148              
  Lines       12389    12470      +81     
==========================================
+ Hits        11109    11191      +82     
+ Misses       1280     1279       -1     
Impacted Files Coverage Δ
reproman/support/jobs/orchestrators.py 94.27% <100.00%> (+0.73%) :arrow_up:
reproman/support/jobs/tests/test_orchestrators.py 95.29% <100.00%> (+0.40%) :arrow_up:
reproman/interface/run.py 100.00% <0.00%> (ø)

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 57be567...c67e828. Read the comment docs.

yarikoptic commented 4 years ago

Thank you again! I will merge and test in action ;-)