ReproNim / reproman

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

ENH: Raise a dedicated JobError if any subjob fails (in --follow mode only) #518

Closed yarikoptic closed 4 years ago

yarikoptic commented 4 years ago

Closes #512

codecov[bot] commented 4 years ago

Codecov Report

Merging #518 into master will increase coverage by 0.05%. The diff coverage is 68.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #518      +/-   ##
==========================================
+ Coverage   89.47%   89.53%   +0.05%     
==========================================
  Files         148      148              
  Lines       12290    12318      +28     
==========================================
+ Hits        10997    11029      +32     
+ Misses       1293     1289       -4     
Impacted Files Coverage Δ
reproman/support/exceptions.py 75.00% <45.45%> (-3.50%) :arrow_down:
reproman/interface/run.py 100.00% <100.00%> (ø)
reproman/interface/tests/test_run.py 98.46% <100.00%> (-1.15%) :arrow_down:
reproman/interface/jobs.py 96.11% <0.00%> (-2.89%) :arrow_down:
reproman/support/jobs/submitters.py 79.25% <0.00%> (+1.04%) :arrow_up:
...eproman/interface/tests/test_backend_parameters.py 100.00% <0.00%> (+4.34%) :arrow_up:
reproman/tests/skip.py 97.75% <0.00%> (+4.49%) :arrow_up:
reproman/distributions/tests/test_venv.py 98.07% <0.00%> (+10.57%) :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 b6528a1...f69593e. Read the comment docs.