You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From gcov-out-of-memory-mismatched-version it seems that lcov is highly coupled to the compiler, which would be gcc in this Debian release.
There's probably something equivalent for clang, maybe in llvm. I don't think the test coverage is going to be much different, though.
Interesting, it looks like clang has a different set of arguments for coverage.
How about a coverage-clang preset? I'm afraid just incrementing the arguments could make gcc unhappy.
In https://github.com/jayvdb/libsbp/runs/3201507973?check_suite_focus=true, run with
-DCMAKE_C/CXX_COMPILER=clang/clang++
, all files produce the following:The text was updated successfully, but these errors were encountered: