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 183 forks source link

Remove six #382

Closed Chris7 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 95.74% and project coverage change: +0.13 :tada:

Comparison is base (1ece39e) 74.12% compared to head (db51759) 74.25%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #382 +/- ## ========================================== + Coverage 74.12% 74.25% +0.13% ========================================== Files 127 127 Lines 4228 4230 +2 Branches 563 563 ========================================== + Hits 3134 3141 +7 + Misses 963 960 -3 + Partials 131 129 -2 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `74.20% <95.74%> (+0.13%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey) | Coverage Δ | | |---|---|---| | [wooey/views/wooey\_celery.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdmlld3Mvd29vZXlfY2VsZXJ5LnB5) | `67.56% <ø> (-0.22%)` | :arrow_down: | | [wooey/backend/utils.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvYmFja2VuZC91dGlscy5weQ==) | `79.29% <87.50%> (+0.46%)` | :arrow_up: | | [wooey/forms/factory.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvZm9ybXMvZmFjdG9yeS5weQ==) | `87.42% <100.00%> (-0.08%)` | :arrow_down: | | [wooey/migrations/0019\_userfile\_data.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDE5X3VzZXJmaWxlX2RhdGEucHk=) | `96.55% <100.00%> (ø)` | | | [wooey/models/core.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbW9kZWxzL2NvcmUucHk=) | `79.81% <100.00%> (-0.05%)` | :arrow_down: | | [wooey/tasks.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdGFza3MucHk=) | `84.86% <100.00%> (+0.92%)` | :arrow_up: | | [wooey/templatetags/wooey\_tags.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdGVtcGxhdGV0YWdzL3dvb2V5X3RhZ3MucHk=) | `70.88% <100.00%> (ø)` | | | [wooey/tests/factories.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdGVzdHMvZmFjdG9yaWVzLnB5) | `100.00% <100.00%> (ø)` | | | [wooey/tests/test\_forms.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdGVzdHMvdGVzdF9mb3Jtcy5weQ==) | `98.72% <100.00%> (-0.02%)` | :arrow_down: | | [wooey/tests/test\_models.py](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdGVzdHMvdGVzdF9tb2RlbHMucHk=) | `100.00% <100.00%> (ø)` | | | ... and [1 more](https://app.codecov.io/gh/wooey/Wooey/pull/382?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.