Lines Matching full:coverage
27 # - Enable Code Coverage
42 # 3. Set compiler flags to turn off optimization and enable coverage:
43 # SET(CMAKE_CXX_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
44 # SET(CMAKE_C_FLAGS "-g -O0 -fprofile-arcs -ftest-coverage")
47 # which runs your test executable and produces a lcov code coverage report:
53 # # otherwise the coverage generation will not complete.
54 # coverage # Name of output directory.
84 MESSAGE( WARNING "Code coverage results with an optimized (non-Debug) build may be misleading" )
91 # If not, no coverage report will be created!
122 …COMMENT "Resetting code coverage counters to zero.\nProcessing code coverage counters and generati…
128 COMMENT "Open ./${_outputname}/index.html in your browser to view the coverage report."
156 COMMENT "Running gcovr to produce Cobertura code coverage report."
162 COMMENT "Cobertura code coverage report saved in ${_outputname}.xml."