Passive code reviews ("read by at least two humans") are fraught with error. IMHO, a better mantra is:
Never allow a merge to the main branch that does not have some amount of documented test coverage, be it unit, functional, and/or integration specs.
Passive code reviews ("read by at least two humans") are fraught with error. IMHO, a better mantra is: