Re: [PATCH] tests: add coverage-html target

2021-01-11 Thread Mark Wielaard
Hi Dmitry, On Mon, 2021-01-11 at 18:33 +0300, Dmitry V. Levin wrote: > On Mon, Jan 11, 2021 at 04:07:38PM +0100, Mark Wielaard wrote: > > > lcov --exclude was introduced by lcov commit v1.14~19; yes, we can check > whether e.g. "lcov --exclude=/ --version" works. Alternatively, we could > use --

Re: [PATCH] tests: add coverage-html target

2021-01-11 Thread Dmitry V. Levin
Hi Mark, On Mon, Jan 11, 2021 at 04:07:38PM +0100, Mark Wielaard wrote: > Hi Dmitry, > > On Wed, 2020-12-23 at 00:25 +0300, Dmitry V. Levin wrote: > > Implement a target for capturing code coverage using lcov. > > It is available when elfutils is configured using --enable-gcov. > > > > Signed-of

Re: [PATCH] tests: add coverage-html target

2021-01-11 Thread Mark Wielaard
Hi Dmitry, On Wed, 2020-12-23 at 00:25 +0300, Dmitry V. Levin wrote: > Implement a target for capturing code coverage using lcov. > It is available when elfutils is configured using --enable-gcov. > > Signed-off-by: Dmitry V. Levin > --- > Rather than trying to salvage the coverage target, imple

[PATCH] tests: add coverage-html target

2020-12-22 Thread Dmitry V. Levin
Implement a target for capturing code coverage using lcov. It is available when elfutils is configured using --enable-gcov. Signed-off-by: Dmitry V. Levin --- Rather than trying to salvage the coverage target, implement a different target for capturing code coverage similar to those I use in othe