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

Fix `DisallowedModelAdminLookup` in `SignalInfoModelAdmin`, too. #140

Closed jedie closed 7 months ago

jedie commented 7 months ago

Reported here: https://github.com/boxine/django-huey-monitor/issues/135#issuecomment-1902099062

Fix some code style errors in changed files, too ;)

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 67.95%. Comparing base (fa4c3f3) to head (39d87b8). Report is 6 commits behind head on main.

Files Patch % Lines
huey_monitor/admin.py 73.68% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #140 +/- ## ========================================== + Coverage 67.79% 67.95% +0.16% ========================================== Files 36 36 Lines 739 749 +10 Branches 88 88 ========================================== + Hits 501 509 +8 - Misses 238 240 +2 ```

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