For anything but Unit-tests. My team works on one application, it has decent (80-90%) code coverage and yet every month we have regressions detected during manual QA process, which slip through automated tests. Why is that? Well, because code coverage doesn’t warrant good tests. Test coverage information only helps with…