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.11k stars 182 forks source link

Docker fixes #336

Closed Chris7 closed 3 years ago

Chris7 commented 3 years ago

Updates to the dev setup and dockerfile for running wooey

codecov-commenter commented 3 years ago

Codecov Report

Merging #336 (64b548a) into master (a2835d6) will decrease coverage by 0.35%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #336      +/-   ##
==========================================
- Coverage   73.09%   72.73%   -0.36%     
==========================================
  Files          38       38              
  Lines        2397     2366      -31     
  Branches      360      360              
==========================================
- Hits         1752     1721      -31     
  Misses        527      527              
  Partials      118      118              
Flag Coverage Δ
unittests 72.65% <ø> (-0.36%) :arrow_down:

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

Impacted Files Coverage Δ
wooey/templatetags/wooey_tags.py 45.71% <0.00%> (-5.57%) :arrow_down:
wooey/views/favorite.py 25.00% <0.00%> (-2.59%) :arrow_down:
wooey/models/mixins.py 89.65% <0.00%> (-1.26%) :arrow_down:
wooey/models/widgets.py 84.61% <0.00%> (-0.57%) :arrow_down:
wooey/views/views.py 53.04% <0.00%> (-0.57%) :arrow_down:
wooey/models/core.py 79.28% <0.00%> (-0.34%) :arrow_down:
wooey/tasks.py 85.02% <0.00%> (-0.32%) :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 6223f23...64b548a. Read the comment docs.