-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.1.x #109
Conversation
…ponses and errors
- Refactored application initialization to support platform-specific behavior, using Gunicorn for non-Windows systems and Flask’s built-in development server for Windows environments. - Optimized create_upload_dir function to avoid unnecessary exception handling.
Hello @aviolaris! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #109 +/- ##
===========================================
+ Coverage 42.40% 80.48% +38.08%
===========================================
Files 3 3
Lines 158 164 +6
===========================================
+ Hits 67 132 +65
+ Misses 91 32 -59 ☔ View full report in Codecov by Sentry. |
No description provided.