Don’t be fooled by the coverage report
I just ran across an (older) article about the difference between code coverage and code quality. The author argues that teams should not just rely on code coverage statistics. They should be more interested in the quality of the unit tests themselves. As a QA engineer, unit testing has been one of the most difficult …