Test coverage reports are not only for reporting coverage percentages

What is a test coverage report? A test coverage report provides information about the extent to which a software application has been tested. It measures the code coverage achieved by a set of test cases, indicating which parts of the code have been executed during testing and which parts remain untested. Test coverage is often expressed as a percentage and can refer to various aspects of the code, such as statements, branches, functions, etc....

January 9, 2024 · 4 min · Dimitris Dranidis