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
91 stars 12 forks source link

Allow storage extra & headers attributes #18

Closed jowilf closed 1 year ago

jowilf commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 99.83% // Decreases project coverage by -0.16% :warning:

Coverage data is based on head (c0e40d9) compared to base (bdb9ba1). Patch coverage: 88.46% of modified lines in pull request are covered.

:exclamation: Current head c0e40d9 differs from pull request most recent head 5d7c683. Consider uploading reports for the commit 5d7c683 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## =========================================== - Coverage 100.00% 99.83% -0.17% =========================================== Files 24 24 Lines 1755 1766 +11 =========================================== + Hits 1755 1763 +8 - Misses 0 3 +3 ``` | [Impacted Files](https://codecov.io/gh/jowilf/sqlalchemy-file/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon) | Coverage Δ | | |---|---|---| | [sqlalchemy\_file/mutable\_list.py](https://codecov.io/gh/jowilf/sqlalchemy-file/pull/18/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL211dGFibGVfbGlzdC5weQ==) | `100.00% <ø> (ø)` | | | [sqlalchemy\_file/types.py](https://codecov.io/gh/jowilf/sqlalchemy-file/pull/18/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3R5cGVzLnB5) | `98.82% <66.66%> (-1.18%)` | :arrow_down: | | [sqlalchemy\_file/file.py](https://codecov.io/gh/jowilf/sqlalchemy-file/pull/18/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2ZpbGUucHk=) | `98.38% <90.00%> (-1.62%)` | :arrow_down: | | [sqlalchemy\_file/processors.py](https://codecov.io/gh/jowilf/sqlalchemy-file/pull/18/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3Byb2Nlc3NvcnMucHk=) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/storage.py](https://codecov.io/gh/jowilf/sqlalchemy-file/pull/18/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3N0b3JhZ2UucHk=) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon)

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