Open miker2 opened 2 years ago
LLVM and GCC both support gcov, but LLVM also has a few other options. Need to do some research on how to enable these (optionally) as well as how to use github actions to capture and store the results as part of CI.
gcov
See:
for hints.
LLVM and GCC both support
gcov
, but LLVM also has a few other options. Need to do some research on how to enable these (optionally) as well as how to use github actions to capture and store the results as part of CI.See:
for hints.