Not that I am in favour of "AI" coding (bar as an aid on repetitive easy stuff)
But if they are worried about some of the things they mentioned e.g. code coverage / unit tests, there are plenty of tools you can add to your pipelines to fail a PR if unit tests do not cover the changed code
If your devops processes include such things then problem code hits a brick wall until the issues are rectified.