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

Remove the files generated by processors after update or deletion #84

Closed jowilf closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (df8d2c6) 100.00% compared to head (b3529a3) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #84 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 26 26 Lines 1823 1853 +30 ========================================= + Hits 1823 1853 +30 ``` | [Impacted Files](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon) | Coverage Δ | | |---|---|---| | [sqlalchemy\_file/helpers.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL2hlbHBlcnMucHk=) | `100.00% <100.00%> (ø)` | | | [sqlalchemy\_file/types.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-c3FsYWxjaGVteV9maWxlL3R5cGVzLnB5) | `100.00% <100.00%> (ø)` | | | [tests/test\_processor.py](https://app.codecov.io/gh/jowilf/sqlalchemy-file/pull/84?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jocelin+Hounon#diff-dGVzdHMvdGVzdF9wcm9jZXNzb3IucHk=) | `100.00% <100.00%> (ø)` | |

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