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

Misc Fixes #337

Closed Chris7 closed 3 years ago

Chris7 commented 3 years ago

Fixes to handle some of the changes from dropping django 1.11, django 3 support, and the new docker setup

codecov-commenter commented 3 years ago

Codecov Report

Merging #337 (ebd57cc) into master (a2835d6) will decrease coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #337      +/-   ##
==========================================
- Coverage   73.09%   72.94%   -0.15%     
==========================================
  Files          38       38              
  Lines        2397     2388       -9     
  Branches      360      356       -4     
==========================================
- Hits         1752     1742      -10     
  Misses        527      527              
- Partials      118      119       +1     
Flag Coverage Δ
unittests 72.94% <100.00%> (-0.06%) :arrow_down:

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

Impacted Files Coverage Δ
wooey/django_compat.py 100.00% <100.00%> (+25.00%) :arrow_up:
wooey/models/core.py 79.67% <100.00%> (+0.04%) :arrow_up:
wooey/models/favorite.py 100.00% <100.00%> (+10.52%) :arrow_up:
wooey/models/mixins.py 90.90% <100.00%> (ø)
wooey/templatetags/wooey_tags.py 51.28% <100.00%> (ø)
wooey/test_urls.py 100.00% <100.00%> (ø)
wooey/urls.py 90.90% <100.00%> (ø)
wooey/views/authentication.py 31.03% <100.00%> (ø)
wooey/views/views.py 53.61% <100.00%> (ø)
wooey/views/wooey_celery.py 67.78% <100.00%> (ø)
... and 2 more

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 6b2e612...ebd57cc. Read the comment docs.