Add configuration file for lcov
This is useful for accurately testing code coverage. You can use this with:
meson configure -Db_coverage=true
meson test
ninja coverage
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
This is useful for accurately testing code coverage. You can use this with:
meson configure -Db_coverage=true
meson test
ninja coverage