boxine / django-huey-monitor

Django based tool for monitoring huey task queue: https://github.com/coleifer/huey
GNU General Public License v3.0
86 stars 20 forks source link

Refactor project setup #118

Closed jedie closed 1 year ago

jedie commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Attention: Patch coverage is 54.87179% with 88 lines in your changes missing coverage. Please review.

Project coverage is 67.64%. Comparing base (50d720b) to head (98849c0). Report is 44 commits behind head on main.

Files Patch % Lines
manage.py 44.26% 34 Missing :warning:
huey_monitor_project/settings/local.py 0.00% 26 Missing :warning:
huey_monitor_project/middlewares.py 0.00% 11 Missing :warning:
huey_monitor_project/settings/prod.py 90.90% 4 Missing :warning:
...ct/test_app/management/commands/fire_test_tasks.py 0.00% 4 Missing :warning:
huey_monitor_project/urls.py 75.00% 3 Missing :warning:
huey_monitor_project/settings/docker.py 0.00% 2 Missing :warning:
...nagement/commands/fire_parallel_processing_task.py 0.00% 2 Missing :warning:
huey_monitor_project/wsgi.py 0.00% 2 Missing :warning:

:exclamation: There is a different number of reports uploaded between BASE (50d720b) and HEAD (98849c0). Click for more details.

HEAD has 142 uploads less than BASE | Flag | BASE (50d720b) | HEAD (98849c0) | |------|------|------| ||151|9|
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #118 +/- ## =========================================== - Coverage 84.21% 67.64% -16.57% =========================================== Files 41 41 Lines 849 748 -101 Branches 0 82 +82 =========================================== - Hits 715 506 -209 - Misses 134 241 +107 - Partials 0 1 +1 ```

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