Add support for fastcov
Compare changes
- Stéphane Del Pino authored
Since gcc-9, lcov is *very very* slow. This allows the use of fastcov which runs approximately 100 times faster (sic!)
+ 54
− 27
@@ -335,33 +335,60 @@ if("${CMAKE_BUILD_TYPE}" STREQUAL "Coverage")