Do the tests actually pass — and cover the diff?
Not just a green run. Izri measures how much of the changed code the suite exercises, retries suspiciously fast failures, and marks flaky specs instead of letting them poison the verdict.
- Diff coverage, not repo coverage — the lines that changed
- Flake detection with automatic quarantine & retry
- Score drops when new code lands untested