Ask HN: Are my expectations on code quality and professionalism too high? 6 years ago
I don't think your standards are unreasonable but maybe they are a little too high.
Tests, CI that runs the tests and does not allow release to production if any of the tests is broken, and automated deployment are probably a must.
Code reviews are probably not.
Not sure about infrastructure managed in code.