Create Coverage Map
From the build directory, run
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCTEST_COVERAGE=On
run
make
run
../common/cmake/scripts/computeCodeCoverageLocallyForOneTest.sh coverage -R dino*
(output in coverage dir)
run firefox on coverage/index.html