Closed johannes-wolf closed 1 year ago
This adds gcov coverage reports to the build.
On a machine with GCC or Clang, cmake --build . --target coverage creates a coverage report using gcov & gcovr.
cmake --build . --target coverage
gcov
gcovr
Wow, this is really cool!
This adds gcov coverage reports to the build.
On a machine with GCC or Clang,
cmake --build . --target coverage
creates a coverage report usinggcov
&gcovr
.