Skip to content

Add configuration file for lcov

Patrick Griffis requested to merge code-coverage into master

This is useful for accurately testing code coverage. You can use this with:

meson configure -Db_coverage=true
meson test
ninja coverage

Merge request reports