Skip to content
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

Hotfix: Fix image processing #314

Merged
merged 1 commit into from
Jan 8, 2024

Conversation

ezkat
Copy link
Collaborator

@ezkat ezkat commented Jan 8, 2024

Hotfix: Fix image processing

Change dropped const Pillow.ANTIALIAS to Pillow.LANCZOS

Trello card


Breakdown:

Respa API

  1. resources/models/resource.py

    • Change dropped const Pillow.ANTIALIAS to Pillow.LANCZOS
  2. resources/tests/test_resource_api.py

    • Add tests for endpoint: v1/resource/new/

@ezkat ezkat requested a review from SanttuA January 8, 2024 10:51
Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (72ebd1b) 76.73% compared to head (6f7dba8) 76.98%.
Report is 1 commits behind head on production.

Additional details and impacted files
@@              Coverage Diff               @@
##           production     #314      +/-   ##
==============================================
+ Coverage       76.73%   76.98%   +0.24%     
==============================================
  Files             500      500              
  Lines           26820    26854      +34     
  Branches         2731     2732       +1     
==============================================
+ Hits            20581    20673      +92     
+ Misses           5711     5648      -63     
- Partials          528      533       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ezkat ezkat merged commit 413af11 into production Jan 8, 2024
4 checks passed
@ezkat ezkat deleted the hotfix/respa-api-fix-image-processing branch February 23, 2024 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants