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
82 stars 11 forks source link

Add more tests & fix linting #109

Closed jowilf closed 10 months ago

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (21a4bcd) 100.00% compared to head (880d893) 100.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #109 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 26 27 +1 Lines 1853 1882 +29 ========================================= + Hits 1853 1882 +29 ``` | [Files Changed](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon) | Coverage Δ | | |---|---|---| | [sqlalchemy\_file/processors.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?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% <ø> (ø)` | | | [sqlalchemy\_file/file.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2ZpbGUucHk=) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/storage.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?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%> (ø)` | | | [sqlalchemy\_file/validators.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3ZhbGlkYXRvcnMucHk=) | `100.00% <100.00%> (ø)` | | | [tests/test\_file.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9maWxlLnB5) | `100.00% <100.00%> (ø)` | | | [tests/test\_single\_field.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9zaW5nbGVfZmllbGQucHk=) | `100.00% <100.00%> (ø)` | | | [tests/test\_storage\_manager.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/109?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9zdG9yYWdlX21hbmFnZXIucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.

:loudspeaker: Have feedback on the report? Share it here.