I have followed this link(https://jhbell.com/using-cmake-and-gcov) to integrate gcov in CMake. But it is only working when all the test cases are passed. My few of the Google test cases are getting failed, so cmake is stopping generating the coverage report.
Is there any way to change build system behavior for CMake?