codingjoe / django-pictures

Responsive cross-browser image library using modern codes like AVIF & WebP
BSD 2-Clause "Simplified" License
248 stars 20 forks source link

Resolve #122 -- Add Django-RQ support for async image processing #124

Closed krtko1 closed 9 months ago

krtko1 commented 1 year ago
krtko1 commented 1 year ago

resolves #122

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5aabd50) 100.00% compared to head (c781277) 100.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #124 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 449 459 +10 ========================================= + Hits 449 459 +10 ``` | [Flag](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | Coverage Δ | | |---|---|---| | [celery](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.31% <40.00%> (-0.99%)` | :arrow_down: | | [cleanup](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [dj4.1](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [dj4.2](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [django-rq](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.31% <80.00%> (?)` | | | [dramatiq](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.31% <40.00%> (-0.99%)` | :arrow_down: | | [drf](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `92.81% <40.00%> (-1.18%)` | :arrow_down: | | [macos-latest](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `85.18% <40.00%> (-1.01%)` | :arrow_down: | | [py3.10](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [py3.12](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [py3.8](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [py3.9](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [ubuntu-latest](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `84.96% <40.00%> (-1.01%)` | :arrow_down: | | [windows-latest](https://app.codecov.io/gh/codingjoe/django-pictures/pull/124/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron) | `77.04% <40.00%> (-1.26%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Johannes+Maron#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

krtko1 commented 11 months ago

@codingjoe Can you look at this?

krtko1 commented 11 months ago

ping?

codingjoe commented 10 months ago

Hi @krtko1 the CI suite still fails. Let me know if you ned any help to fix it. I merged the latest main branch into your feature branch, to enable Python 3.12 tests as well. Cheers! Joe

krtko1 commented 9 months ago

Thanks a lot