mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
184ea6d9fa
The coverage summary job was re-running the entire SQLite + Postgres test suite from scratch (~60 min), duplicating work already done by upstream jobs. It consistently timed out. Now each test job collects coverage data and uploads it as an artifact. The coverage job just downloads, combines, and reports — should take <1 min. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: phernandez <paul@basicmachines.co>