jowilf / sqlalchemy-file

SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
https://jowilf.github.io/sqlalchemy-file/
MIT License
83 stars 11 forks source link

Add `thumbnail_size` property to ImageField #9

Closed jowilf closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #9 (a52e315) into main (dd3a6d3) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1726      1729    +3     
=========================================
+ Hits          1726      1729    +3     
Impacted Files Coverage Δ
sqlalchemy_file/helpers.py 100.00% <100.00%> (ø)
sqlalchemy_file/storage.py 100.00% <100.00%> (ø)
sqlalchemy_file/stored_file.py 100.00% <100.00%> (ø)
sqlalchemy_file/types.py 100.00% <100.00%> (ø)
tests/test_processor.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.