Skip to content

Add code coverage configuration file

Simon Ser requested to merge coverage-config into main

Exclude build/ from code coverage, otherwise build/pnp-id-table.c is included in the stats. Also add subprojects/ which is added by default by Meson unless there is a custom config file.

Merge request reports