mirror of
https://github.com/logos-co/logos-basecamp.git
synced 2026-08-27 06:41:14 +00:00
Squashed: - chore: add coverage report to flake and CI - fix: add report upload Adds a .#coverage nix output that runs unit tests under gcov, drops the coverage.txt summary into GITHUB_STEP_SUMMARY, and uploads the full result/ tree as a workflow artifact. Non-blocking (continue-on-error) for now.