Closed koomie closed 1 year ago
Add a cmake option to enable code coverage when running tests. Default to off, but we will enable during CI.
cmake
Landed on 2.x. To enable this option, include -DENABLE_COVERAGE=ON with cmake configuration.
-DENABLE_COVERAGE=ON
Add a
cmake
option to enable code coverage when running tests. Default to off, but we will enable during CI.