The "coverage 100%" badge in README.md is a static shields.io badge, not wired to CI — it stays green even if the coverage gate is relaxed. Fine while --cov-fail-under=100 is enforced in CI, but worth either wiring it to a CI artifact (e.g. Codecov / gh-pages badge JSON) or dropping the number so the badge can't lie. Same pattern exists in the sibling repos.
Also org-wide CI-matrix / Python-floor question tracked at robocurve/inspect-robots#8.
🤖 Generated with Claude Code
The "coverage 100%" badge in README.md is a static shields.io badge, not wired to CI — it stays green even if the coverage gate is relaxed. Fine while
--cov-fail-under=100is enforced in CI, but worth either wiring it to a CI artifact (e.g. Codecov / gh-pages badge JSON) or dropping the number so the badge can't lie. Same pattern exists in the sibling repos.Also org-wide CI-matrix / Python-floor question tracked at robocurve/inspect-robots#8.
🤖 Generated with Claude Code