wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

Improvements to task error tracking #340

Closed Chris7 closed 3 years ago

Chris7 commented 3 years ago

Better handling of error states from script executions

codecov-commenter commented 3 years ago

Codecov Report

Merging #340 (4f68e98) into master (4fb596a) will decrease coverage by 0.04%. The diff coverage is 78.49%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #340      +/-   ##
==========================================
- Coverage   72.94%   72.90%   -0.05%     
==========================================
  Files          38       38              
  Lines        2388     2395       +7     
  Branches      356      356              
==========================================
+ Hits         1742     1746       +4     
- Misses        527      530       +3     
  Partials      119      119              
Flag Coverage Δ
unittests 72.90% <78.49%> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
wooey/signals.py 60.00% <0.00%> (ø)
wooey/models/core.py 79.76% <50.00%> (+0.09%) :arrow_up:
wooey/tasks.py 84.18% <80.68%> (-1.16%) :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 4fb596a...4f68e98. Read the comment docs.