miker2 / flexi_config_reader

A flexible configuration format that supports templated tables and referencing of existing keys.
MIT License
3 stars 1 forks source link

Add support for code coverage #21

Open miker2 opened 2 years ago

miker2 commented 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.

See:

for hints.