Re: Having problems generating a code coverage report

From: Andres Freund <andres(at)anarazel(dot)de>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, jian he <jian(dot)universality(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Peter Geoghegan <pg(at)bowt(dot)ie>
Subject: Re: Having problems generating a code coverage report
Date: 2026-01-21 18:57:58
Message-ID: nqql77bmqixd232hrb6paw47evj6ramp6omsatwoofuzflcwak@j6t2wru3iqfd
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2024-11-01 18:42:37 +0300, Aleksander Alekseev wrote:
> Hi everyone,
>
> > I upgraded to Meson 1.6.0 and Lcov 2.0-1. Unfortunately it doesn't work:
> > [...]
> > I didn't investigate further.
>
> Lcov 2.1 and 2.2beta don't work either.

I just encountered this. The problem seems to only happen when the build
directory is inside the source directory.

Not that that's a great solution, but just having the build dir be in a
separate directory fixed the issue for me.

Greetings,

Andres Freund

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-01-21 19:23:50 Re: [PATCH] ternary reloption type
Previous Message Matheus Alcantara 2026-01-21 18:47:51 Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row