What is test coverage and how to use LCOV/GCOV for testing

In this final article on software testing, we look at test coverage. We discuss first what it is and what a good test coverage looks like. We then jump straight into an example and learn how to use gcov and lcov, two popular tools for reporting test coverage, and see how we can compute test …

What is test coverage and how to use LCOV/GCOV for testing Read More »