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 ZeroDivisionError and doctests #148

Closed jedie closed 6 months ago

jedie commented 6 months ago

fix for https://github.com/boxine/django-huey-monitor/pull/143

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 79.57%. Comparing base (2d37f25) to head (8f3f6bc). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## =========================================== + Coverage 67.95% 79.57% +11.61% =========================================== Files 36 37 +1 Lines 749 754 +5 Branches 88 89 +1 =========================================== + Hits 509 600 +91 + Misses 240 154 -86 ```

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