Closed aparcar closed 5 months ago
Attention: Patch coverage is 27.39726%
with 53 lines
in your changes missing coverage. Please review.
Project coverage is 86.42%. Comparing base (
5e65dec
) to head (c028cc0
). Report is 31 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
asu/update.py | 17.74% | 51 Missing :warning: |
asu/api.py | 50.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
instead use webhooks which are triggered via an external builder (i.e. buildbot or CI) or run the script
update_all_targets.py
in a cron job.Scheduling within RQ was somehow no fun and caused strangely dying jobs.
While at it, use
dotenv
to simplify things.