OS17: Unit Testing C Code with Gtest, LCOV, Genhtml#

YouTube Video

In this video, we set up unit testing for our C code using Gtest, generate coverage data with gcov and LCOV, and finally generate a nice HTML coverage report for us to browse with genhtml.