Use code analysis tools like SonarCube. It will most probably find more coding bugs than you.
Use a CI pipeline that runs tests so that you don't need to worry if they pass or if the coverage is enough. You can focus more on whether the tests make any sense.