Closed samcunliffe closed 1 year ago
Some strange results with lcov to summarise the coverage reports. Seems to be unrelated to lcov but during debugging we discovered gcovr which is a little more readable and needs fewer command-line options to do what we want.
lcov
gcovr
Closing as not working as intended (despite the passing build).
Context/Description
Some strange results with
lcov
to summarise the coverage reports. Seems to be unrelated tolcov
but during debugging we discoveredgcovr
which is a little more readable and needs fewer command-line options to do what we want.