On Tue, Jul 14, 2026 at 4:06 AM Jonathan Gonzalez V. <[email protected]> wrote: > Has anyone tried gcovr before? I'd be interested to know whether there > are any drawbacks to using it.
I recently tried meson+gcovr and wasn't very happy with the default merging/filtering of the source and build trees. So I just copy-pasted the gcovr invocation that meson does and tweaked it to work correctly... annoying, but less annoying than lcov. (I still need lcov for differential coverage, though, as far as I can tell.) --Jacob
