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

Add API Keys for remote use of Wooey #383

Closed Chris7 closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 95.18% and project coverage change: +1.41 :tada:

Comparison is base (f2bb8c7) 74.38% compared to head (e10953c) 75.79%.

: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 #383 +/- ## ========================================== + Coverage 74.38% 75.79% +1.41% ========================================== Files 127 134 +7 Lines 4220 4462 +242 Branches 562 535 -27 ========================================== + Hits 3139 3382 +243 + Misses 952 946 -6 - Partials 129 134 +5 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `75.75% <95.18%> (+1.41%)` | :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/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey) | Coverage Δ | | |---|---|---| | [...ey/conf/project\_template/settings/user\_settings.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvY29uZi9wcm9qZWN0X3RlbXBsYXRlL3NldHRpbmdzL3VzZXJfc2V0dGluZ3MucHk=) | `0.00% <ø> (ø)` | | | [wooey/conf/project\_template/wooey\_celery\_app.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvY29uZi9wcm9qZWN0X3RlbXBsYXRlL3dvb2V5X2NlbGVyeV9hcHAucHk=) | `0.00% <0.00%> (ø)` | | | [wooey/urls.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdXJscy5weQ==) | `88.88% <ø> (ø)` | | | [wooey/middleware.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlkZGxld2FyZS5weQ==) | `82.35% <82.35%> (ø)` | | | [wooey/views/views.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdmlld3Mvdmlld3MucHk=) | `67.95% <85.71%> (+7.72%)` | :arrow_up: | | [wooey/views/profile.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvdmlld3MvcHJvZmlsZS5weQ==) | `86.66% <86.66%> (ø)` | | | [wooey/apps.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvYXBwcy5weQ==) | `88.88% <100.00%> (+11.11%)` | :arrow_up: | | [wooey/forms/\_\_init\_\_.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvZm9ybXMvX19pbml0X18ucHk=) | `100.00% <100.00%> (ø)` | | | [wooey/forms/profile.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvZm9ybXMvcHJvZmlsZS5weQ==) | `100.00% <100.00%> (ø)` | | | [wooey/migrations/0050\_add\_api\_keys.py](https://app.codecov.io/gh/wooey/Wooey/pull/383?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wooey#diff-d29vZXkvbWlncmF0aW9ucy8wMDUwX2FkZF9hcGlfa2V5cy5weQ==) | `100.00% <100.00%> (ø)` | | | ... and [10 more](https://app.codecov.io/gh/wooey/Wooey/pull/383?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.