I want to generate HTML reports of result of coverage information of code written c++. what is the command to generate it ? I was using File 'c:/mingw/lib/gcc/mingw32/6.3.0/include/c++/iostream' Lines executed:100.00% of 1 Creating 'iostream.gcov'
Lines executed:100.00% of 5
But i was unable to open .gcov file
Is Lcov related to genearting html reports?