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