Thiru LogsAll FAQs
Testing & Quality

When should code review block a merge?

IntermediateUpdated 2026-08-08

Block a merge for correctness defects, security risk, broken tests, unreadable ownership boundaries, or missing coverage around risky behavior. Style-only feedback should usually be non-blocking if the project formatter already enforces standards.

#review#quality