The Coverage workflow (.github/workflows/coverage.yml) currently triggers on every push and pull_request, and a single run can take as long as 1h 12m (https://github.com/specify/specify7/actions/runs/32041052167/job/95420330362).
Maybe we do a scheduled (nightly) run added later via schedule: cron if we want a regular coverage trend snapshot without per-push running?
The
Coverageworkflow (.github/workflows/coverage.yml) currently triggers on everypushandpull_request, and a single run can take as long as 1h 12m (https://github.com/specify/specify7/actions/runs/32041052167/job/95420330362).Maybe we do a scheduled (nightly) run added later via
schedule: cronif we want a regular coverage trend snapshot without per-push running?