You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current cron hook is expensive as it needs to download all coverage artifacts and generate a zero coverage report, then trigger the repo hook for all revisions that haven't been ingested yet.
If we create a separate cron hook to only trigger missing revisions, we can run it more frequently to reduce the delay between a coverage run and the ingestion.